2 repositorios
Converting binary data structures to XML and back for editing purposes.
Distinct from Binary Serialization: Specifically covers the bidirectional binary-to-XML loop for binary file modification, not just compacting data into binary.
Explore 2 awesome GitHub repositories matching data & databases · XML Serialization. Refine with filters or upvote what's useful.
JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well
Provides the ability to serialize binary SWF structures into XML for easier editing and then rebuild the binary file.
FontTools es una librería de Python para leer, modificar y escribir archivos de fuentes de forma programática. Sirve como un parser de fuentes OpenType y TrueType y una herramienta para transformar archivos de fuentes binarios en XML legible por humanos para su edición y reconstrucción. El proyecto incluye un gestor para leer y escribir archivos fuente Unified Font Object dentro de carpetas locales o archivos comprimidos. También proporciona una utilidad especializada para comprimir fuentes web para reducir el tamaño del archivo y mejorar el rendimiento de carga. La librería cubre la manipulación programática de fuentes, incluyendo la modificación de métricas de fuentes y datos de glifos. Proporciona capacidades para la simplificación de contornos de glifos mediante operaciones booleanas, análisis de fuentes variables para detectar desajustes maestros y conversión de formatos de fuentes.
Converts binary font structures into editable XML trees for manipulation and reconstruction.