Skip to content

isage/acdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7649a7e · Feb 6, 2025

History

44 Commits
Mar 12, 2024
Feb 5, 2025
Apr 29, 2023
May 3, 2023
Apr 29, 2023
Mar 12, 2024

Repository files navigation

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