v1.0.0
What's Changed
decomp-toolkit has reached v1.0.0! π While this release contains mostly iterative updates, dozens of projects are successfully using decomp-toolkit. It's time for a stable version number.
Notably, projects using the prebuilt binaries should upgrade for improved overall performance. (See below)
- Added:
map config
for generating symbols/splits (cfcd146)- Useful for extracting information from map files that aren't fully well-formed, such as ones from existing decompilation projects.
- Added: Better support for SMG/TP maps (68f4552)
- These post-processed maps have a lot of issues. This adds a few workarounds to the map parser to make it easier (though still not fully automatic) to parse these into symbols/splits.
- Changed:
dol diff
: Loosen@
symbol match criteria (d4f695f) - Changed: Use mimalloc for prebuilt
dtk
binaries. In particular, this improvesdtk dol split
performance with the prebuilt binaries by ~2x compared to builds using musl's built-inmalloc
. (c106123)
Full Changelog: v0.9.6...v1.0.0