Skip to content

Version 0.6.0.0

Compare
Choose a tag to compare
@uxmal uxmal released this 19 Apr 08:16
· 9133 commits to master since this release

At last, a new major release! Большое спасибо to @ptomin, who put in an amazing amount of effort to bring you:

  • Combined code and low-level viewer, to allow users to compare Reko's output with the original binary.
  • Improvements in user-specified data types

In the eye candy department:

  • A graph viewer, to help users to visualize procedure call graph (thanks to @halsten for the suggestion)
  • Image map view shows an overview of the image bytes as pixels
  • Allow user to specify the encoding used for text when displaying character data

And the nuts and bolts work:

  • New reko configuration and project file formats
  • More MIPS instructions supported
  • SPARC support greatly expanded
  • Added initial support for DEC VAX processor architecture
  • Support for SEGA Genesis platform added
  • Much better support for ELF binaries, both executables and relocatable object files
  • Refactored central ImageMap class to support binaries with large address space "gaps"

Because of the major changes that have taken place, it's likely that Reko may be unstable after all the major surgery. If you encounter any issues while running Reko, please report them in the issue tracker.

Enjoy!