Releases: encounter/decomp-toolkit
Releases · encounter/decomp-toolkit
v1.8.0
What's Changed
- Added: Big
dwarf dumpimprovements by @dbalatoni13 in #129- See PR for details.
- Added:
skip_cfa_rangesoption to config.yml (d766ff5)- This allows configuring the function analyzer to skip certain problematic ranges in the program. Only for exceptional cases that prevent analysis from finishing.
- When using this feature, ensure that no
functionsymbols exist for the affected range in symbols.txt, otherwise CFA will run for the defined functions, regardless of this setting.
Full Changelog: v1.7.6...v1.8.0
v1.7.6
v1.7.5
v1.7.4
What's Changed
- Fixed: Skip and warn on REL relocations with invalid source (#124)
Full Changelog: v1.7.3...v1.7.4
v1.7.3
v1.7.2
What's Changed
- Add auto extab dtor renaming by @CelestialAmber in #123
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Changed: Upgrade all dependencies (667346c)
- Includes a fix for extab parsing by @CelestialAmber (CelestialAmber/cwextab@2672f11)
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Added: Update dwarf dump to account for enum byte size by @SamuraiOndo in #110
- Added: Export relocations with asset extraction by @encounter in #115
relocationsfield inextractobjects in config.yml
- Added: Option to disable symbol globalization by @encounter in #116
globalize_symbols: falsein config.yml
- Added: dwarf dump: Support for structure types and enums being nested in structure types by @dbalatoni13 in #119
- Fixed: rel make: Avoid EMFILE when loading many modules by @encounter in #122
Full Changelog: v1.6.2...v1.7.0