Skip to content

Version 0.11.1

Compare
Choose a tag to compare
@uxmal uxmal released this 07 Apr 22:17
· 1204 commits to master since this release

This maintenance release provides minor enhancements and bugfixes, including:

  • More ARM32 rewriters.
  • More uses of generic IntrinsicProcedures.
  • Replace recursive SccFinder with an non-recursive implementation.
  • Initial support for Terse Executable format.
  • Don't try tracing into nonexecutable code.
  • Ctrl+0 resets the zoom level of the Graph Viewer
  • Many more PowerPC instructions supported
  • C parser issues reported by @smx-smx
  • Make SSA analysis use bit-accurate analysis for stack variables.
  • Multithreaded robustness.

It also has some refactorings and new classes, setting the stage for a future refactoring of the Scanner:

  • New RtlSwitch subclass of RtlInstruction
  • Support for platform-specific patterns for procedure entries.