Formal Supernova
New Features:
- Added support for creating linear walks, pairs and function strings from function-level p-code
- Added support for creating linear walks, pairs and function strings from basic block level p-code.
- Updated the
raw
data examples to include the full range of data that can be extracted now.
Fixes
decomp
generated with IDE/styling annotations will now be saved with_annotations
in the path. This should stopdecomp
generated without being overwritten.- Made the CLI options for
pcode-func
/pcode-bb
be the same acrossextract
andgenerate
options.
Breaking Change
- The
pcode-func
andpcode-bb
format has changed to accommodate for easier loading. Sadly, any previous data won't load correctly and will have to be regenerated.
Full Changelog: v0.2.9...v0.3.0