Skip to content

REDasm 3.0 BETA 5

Latest
Compare
Choose a tag to compare
@Dax89 Dax89 released this 16 May 17:37
· 32 commits to master since this release

REDasm

  • Fixed Dialog plugins implementation (QtDialogUI)
  • Improved QHexView integration (still WIP)
  • Code cleanup
  • Minor Fixes

LibREDasm

  • Redesigned internal address space representation (for performance)
  • Redesigned and simplified Document API
  • Improved surface rendering performance
  • Improved analysis accuracy and speed
  • Fixed Control Flow Graph generation
  • Separate comments from autocomments
  • Expanded Type System and its APIs
  • Drastically reduced memory usage
  • Improved string detection performance
  • Analyzers can now be hidden from plugins
  • Code cleanup
  • Minor Fixes

Plugins

  • Implemented DEX Loader
  • Implemented Dalvik Assembler
  • ELF: Fixed segmentation fault