Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -0,0 +1,10 @@
# USECODE pseudocode export
Generated pseudocode files: 1152
This folder is produced by tools/export_usecode_pseudocode.py using the current
pseudocode renderer in tools/poc_crusader_usecode_parser.py.
- Each class gets its own subfolder.
- Each non-empty decoded slot body is emitted as one text file.
- index.tsv records the body range, op count, end reason, and file path.