Skip to content

v1.4

Compare
Choose a tag to compare
@pfalcon pfalcon released this 03 Jan 16:06
· 154 commits to master since this release
  • Updates and fixes to UI.
  • Add Preferences dialog.
  • Add "Run plugin" command.
  • Add "Next non-function code" command (Ctrl+F).
  • Introduce a concept of subareas, an additional way to partition analysed binary (besides function). They can be used e.g. to represent object files from which a binary was linked.
  • Improvements to automatic label management during analysis.
  • Improvements to preciseness and reliability of control flow analysis.
  • For cross-references, show a containing function.
  • Improve reliability/exception handling.
  • Development to allow writing scripts/plugins for ScratchABit.
  • With v1.4, ScratchABit reaches the level of functionality which was originally intended for it (took 1.5 years of intermittent development). (Note that part of this functionality is being able to write plugins/scripts for less frequently used functionality. That works, but needs a lot of API refactoring to make it easier/more scalable.)