Skip to content

1.7.10 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zorgiepoo zorgiepoo released this 29 Aug 23:31
· 19 commits to master since this release

1.7.10 (Alpha 1) requires macOS 10.11 or later.

  • Fixed changing memory protection, adding instruction breakpoints, or overwriting code not working in some cases
  • Fixed issues in searching and improved performance in presenting results
  • Fixed bug in Byte Array searches using Boyer-Moore
  • Fixed a bug where instruction text from the Debugger may not be copied correctly in Dark Mode
  • Updated artwork for some of the search document/debugger toolbar icons to include retina versions
  • Upgraded dependencies to memory viewer (HexFiend), hotkey framework (ShortcutRecorder), yasm, udis86, Sparkle
  • Added experimental support for Apple Silicon / arm64
    • Scripting is disabled (will be enabled in a future version)
    • Instruction breakpoints and watching write/read accesses is disabled
    • Disassembly and assembly is "theoretically" supported but overwriting code may not work
    • Rosetta support is unknown
    • Completely untested on a real Apple Silicon machine