Releases: encounter/decomp-toolkit
Releases · encounter/decomp-toolkit
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
MW 2.7 LD compatibility fixes & more - More robust .comment section handling - Auto-create .comment section for objects with common symbols (MW 2.7+ hack) - Support loading REL modules in `dol split` (currently only for references) - Add `dol diff` for quick diffing between linked ELF and expected symbols - Add `dol apply` for applying linked ELF symbols to symbol config file
v0.3.2
Updates for build system integration - Use a config file as input to `dol split` - Add depfile output - Adjust splits config writing
v0.3.1
Adjustments for use with ninja build
v0.3.0
ci: Pin ziglang / cargo-zigbuild versions
v0.2.3
Version 0.2.3 - Fix `ar create` on Windows - Clippy fixes
v0.2.2
Version 0.2.2 - Add `ar create` command for static libraries - Update `elf fixup` to add an "(asm)" suffix to object file symbols, for use with progress tracking.
v0.2.1
Version 0.2.1 - Build static Linux binaries - Use cargo-zigbuild for cross compilation
v0.2.0
Version 0.2.0 - Add `elf disasm` (disassemble an ELF) - Add `elf fixup` (for GNU assembler) - Add `map order` (link order deduction) - Add `map slices` (ppcdis slices.yml, WIP) - Add `map symbols` (ppcdis symbols.yml, WIP) - Big speed improvement for map processing - Minor `elf2dol` cleanup