Skip to content

v3.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 19:54
· 7 commits to main since this release

What's Changed

  • Added: Make function size inference logic arch-specific (#229, 1e62d46)
    • MIPS: account for delay slot nops (#3)
    • x86: check for trailing nops (0x90)
    • PPC: check for 4-byte 0x00 padding
  • Fixed: Don't hard fail on line info / DWARF parsing (#228, 0dc123b)
  • Fixed: Enable PS instructions for any 32-bit PPC ELF (e67d599)
  • Fixed: Use deprecated egui::menu temporarily (a015971)
    • The egui 0.32 update introduced some bugs with the refactored menu code. Downgrade to the pre-0.32 menu temporarily.

Full Changelog: v3.0.0-beta.12...v3.0.0-beta.13