2 Repos
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 ist eine Python-Bibliothek zum programmatischen Lesen, Modifizieren und Schreiben von Font-Dateien. Sie dient als OpenType- und TrueType-Font-Parser und als Tool zur Umwandlung binärer Font-Dateien in menschenlesbares XML zur Bearbeitung und zum Neuerstellen. Das Projekt enthält einen Manager zum Lesen und Schreiben von Unified-Font-Object-Quelldateien innerhalb lokaler Ordner oder Archive. Es bietet zudem ein spezialisiertes Utility zur Komprimierung von Web-Fonts, um die Dateigröße zu reduzieren und die Ladeperformance zu verbessern. Die Bibliothek deckt programmatische Font-Manipulation ab, einschließlich der Modifikation von Font-Metriken und Glyphen-Daten. Sie bietet Funktionen zur Glyphen-Kontur-Vereinfachung durch boolesche Operationen, Variable-Font-Analyse zur Erkennung von Master-Fehlanpassungen und Font-Format-Konvertierung.
Converts binary font structures into editable XML trees for manipulation and reconstruction.