Skip to content

Version 0.12.3

Latest

Choose a tag to compare

@uxmal uxmal released this 16 Jun 22:25

A new Reko release sees the world! The changes are not large but worthy nevertheless:

  • Support for the NEC V20 architecture, similar to the x86 but with some different instruction encodings.
  • Support for Intel Itanium IA-64 architecture.
  • Introduced the concept of "RegisterBanks" in the Reko codebase.
  • Refactored the command-line driver so that it doesn't use "string-based typing".
  • A TimeUtilities used for rendering times.
  • Performance improvements in LongAddRewriter analysis resulted in 25% wall-clock reduction on some binaries.
  • Added user interface to allow users to modify the platform Reko uses decompilation.
  • Migrated code to use the new IMemory interface.
  • Added support for handling int instructions in the X86 emulator.
  • Reduced memory footprint of shingle scanner
  • Improved selection gestures in the MemoryControl.
  • Avalonia driver now has feature-matched ImageMapControl, ImageMapView, ad VisualizerControl

Bug fixes:
#1287, #1363 #1365 (partial), #1364