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
intinstructions 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