2 个仓库
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 是一个用于以编程方式读取、修改和写入字体文件的 Python 库。它既是 OpenType 和 TrueType 字体解析器,也是将二进制字体文件转换为人类可读的 XML 以便编辑和重建的工具。 该项目包含一个用于在本地文件夹或归档文件中读取和写入 Unified Font Object 源文件的管理器。它还提供了一个专门用于压缩 Web 字体以减小文件大小并提升加载性能的实用程序。 该库涵盖了程序化字体操作,包括修改字体度量和字形数据。它提供了通过布尔运算进行字形轮廓简化的功能、用于检测主字体不匹配的可变字体分析,以及字体格式转换功能。
Converts binary font structures into editable XML trees for manipulation and reconstruction.