Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 02:45
· 80 commits to main since this release

What's Changed

  • Added: Support address in config symbol references (#58)
    • Example: symbol_name!.data:0x1234, supported in extract and add_relocations in config.yml
  • Added: Instruction disassembly in dol diff (#28)
    image
  • Added: SN GCC DWARF improvements (#46)
  • Added: Add U8 (newer .arc) support (46cf0be)
    • Added: u8 list, u8 extract and support for U8 archive paths in config.yml (e.g. orig/SOUE01/files/rels.arc:rels/d_a_asura_bulletNP.rel)
  • 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