Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

0.4

Compare
Choose a tag to compare
@s3rvac s3rvac released this 04 Aug 15:01
· 56 commits to master since this release
  • Added support for decompilation of raw machine code (the raw mode).
  • Added support for generating and downloading of control-flow graphs.
  • Added support for generating and downloading of a call graph.
  • Added support for selecting the format of the generated call and control-flow graphs.
  • Added support for selecting a different style for naming of variables.
  • Added support for selecting the type of optimizations to be performed by the decompiler.
  • Added support for decompilation of unreachable functions.
  • Added support for disabling the emission of addresses in the generated code.
  • Added support for selecting functions to be decompiled.
  • Added support for selecting address ranges to be decompiled.
  • Added support for choosing what should be decoded in selective decompilation.
  • Improved error messages in exceptions.