Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 16:53

What's Changed

  • Experimental ARM64 support (424434e)
    • Please report any issues or unhandled relocations!
  • Combine nested otherwise empty directories in objects view by @robojumper in #137
  • Show diff colors when symbols differ (c5da7f7)
  • Relax symbol comparison logic (21f8f24)
    • The Ghidra delinker plugin emits functions with type STT_OBJECT, rather than STT_FUNC. The current logic was preventing these from being compared based on their symbol type. Relax this condition for now.
  • Match branch destinations and hardcoded offsets when "Relax relocation diffs" is enabled (79bd731)
  • Support scratch preset_id field for decomp.me integration (a119d9a)

Full Changelog: v2.3.4...v2.4.0