Skip to content

Formal Supernova

Compare
Choose a tag to compare
@br0kej br0kej released this 09 Jun 09:24
· 31 commits to main since this release

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 stop decomp generated without being overwritten.
  • Made the CLI options for pcode-func/pcode-bb be the same across extract and generate options.

Breaking Change

  • The pcode-func and pcode-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