Skip to content

Releases: pfalcon/ScratchABit

v0.9

07 Oct 16:57
Compare
Choose a tag to compare
  • Switched to YAML-based format for database

v0.8

10 Aug 10:11
Compare
Choose a tag to compare
  • Improvements to robustness and error handling

v0.7

10 Aug 10:10
Compare
Choose a tag to compare
  • Trace function boundaries

v0.6

10 Aug 10:14
Compare
Choose a tag to compare
  • Text search command ("/")
  • Current position info command ("i")
  • Various improvements to code loading

0.5 (Initial release)

03 Jul 15:05
Compare
Choose a tag to compare
  • Initial release
  • Ability to load raw binary files
  • Ability to load non-relocatable ELF files
  • Monochrome TextUI for VT100/XTerm terminals
  • Basic direct-manipulation user interface: ability to mark bytes as code/data/unknown, follow address references in instructions, mark arguments as value/address, add comments, etc.
  • Save/load state
  • Basic support for IDAPython CPU plugin API
  • x86 disassembler plugin based on PyMsasid3 is included.
  • Also tested with 3rd-party Xtensa plugin: https://github.com/themadinventor/ida-xtensa