Skip to content

REDasm 3.0 BETA 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Dax89 Dax89 released this 14 Feb 18:19
· 87 commits to master since this release
  • KDDockWidgets integration
  • Removed IDA Like animation for performance and stability
  • Added analysis Dashboard (still work in progress)
  • Fixed arrow rendering in listing mode
  • PE: Fixed classification, detect MinGW
  • PE: Demangle Imports
  • MIPS: Decode COP instructions (some are still missing)
  • MIPS: Added more support for macro instructions
  • MIPS: Initial support for binary lifting
  • MIPS: Added MIPS64
  • ARM: Improved support
  • Added Jump/Call Table Support (available only for x86 atm)
  • x86: Added prologue analysis for x86_64 too
  • Improved XBox 1 Executable analysis
  • Improved analysis reliability
  • Improved listing rendering for readability
  • Reimplemented hex conversion for maximum performance
  • Fixed Binary loader
  • Added more unit tests
  • Minor fixes