v0.9.0
What's Changed
- Added: Support address in config symbol references (#58)
- Example:
symbol_name!.data:0x1234, supported inextractandadd_relocationsin config.yml
- Example:
- Added: Instruction disassembly in
dol diff(#28)

- Added: SN GCC DWARF improvements (#46)
- Added: Add U8 (newer .arc) support (46cf0be)
- Added:
u8 list,u8 extractand support for U8 archive paths in config.yml (e.g.orig/SOUE01/files/rels.arc:rels/d_a_asura_bulletNP.rel)
- Added:
- Fixed: Fix
addic/addic.handling in relocation tracker (#57) - Fixed: Change REL "invalid relocation" to warning (#53)
- Fixed: Check for existing function when analyzing
bl(partially #56)
Full Changelog: v0.8.3...v0.9.0