2 dépôts
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 est une bibliothèque Python pour lire, modifier et écrire des fichiers de police de manière programmatique. Elle sert de parser de police OpenType et TrueType et d'outil pour transformer des fichiers de police binaires en XML lisible par l'humain pour l'édition et la reconstruction. Le projet inclut un gestionnaire pour lire et écrire des fichiers source Unified Font Object au sein de dossiers locaux ou d'archives. Il fournit également un utilitaire spécialisé pour compresser les polices web afin de réduire la taille du fichier et améliorer la performance de chargement. La bibliothèque couvre la manipulation programmatique de police, incluant la modification des métriques de police et des données de glyphes. Elle fournit des capacités pour la simplification de contour de glyphe via des opérations booléennes, l'analyse de police variable pour détecter les incompatibilités de master et la conversion de format de police.
Converts binary font structures into editable XML trees for manipulation and reconstruction.