Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 647 Bytes

ac⚡dc

Another CXML (De)Compiler

Features

  • Supports custom schema definitions with magic and version. Definitions for RCS and RCO are provided
  • Supports zlib-compressing files in file attr if compress="on" attribute exists. Auto-adds origsize attr.
  • Supports producing debug files (rcd)
  • Supports producing c header files
  • Supports already hashed idhash fields (e.g. from other decompilators, id="0xDEADBEEF" will be put into idhash table as is)

Credits

  • PoS for rco decompiler and more/proper definitions
  • Graphene for rcs/rco schema, testing