Release v0.8.0
In this release we completed migration of the code to the rzshell - YAML-based commands description language and corresponding APIs.
Another notable refactoring change - a beginning of merging RzAsm and RzAnalysis plugins into RzArch ones, currently incomplete and with compatibility layer. Move RzParse plugins into the RzArch as well. Huge refactoring happened in search commands, to better handle Unicode and regular expressions.
On the RzIL front, new architectures now support uplifting:
- MIPS
- PIC
- MSP430
- Xtensa
- Hexagon
- Tricore uplifting was improved to include all missing floating point instructions.
New architectures were added:
- DEC Alpha
- nanoMIPS (a part of MIPS ISA family)
- LoongArch.
As usual, these architectures were added into the Capstone as well.
ESIL is marked as deprecated and will be removed in the next release.
Analysis behavior slightly changed - now Rizin checks for jumps to function preludes by default.
Added support for parsing PE relocations. Added support for Python 3.11-3.13 bytecode versions.
New and refactored search commands (strings, bytes, cryptographic material) dispatch their work now into threads. Making them faster on large files. This drops support for search modifiers /f, /b etc.
And, as usual, droves of various fixes across the framework.
Show scrolling progress in percent in various interfaces, e.g. in Vv (lower right corner):
New command line options
rz-find -Eto execute a command on every matchrz-ax- add MS-DOS and Win32 timestamp conversion- Add linker version to
rz-bin -Ioutput
New commands
dcco- continue until callaezsue- step until PC equals given address and output RzIL VM changesfdtcommand to print more information about the flagdbttto print in a table modeaLccommand to list features and CPUs of an RzArch plugin (andrz-asm -mto do the same)/cmto search for cryptographic materials/ceand/cefcommands for entropy search/zcommand for searching strings (supports now Unicode 16, regex, and many encodings).izxdata to list strings that are referenced from somewhere else
Removals
- Deprecated APIs
- RAP protocol
- NIOS-II architecture support
fbcommanddtacommand/w- now handled by/z/!/b/f/+/cd/ca/crobrrizin -Qflag
Renames:
avgrenamed intoavgl, added table mode/command became/z/ecommand became either/zor/xr
Configuration variables changes
Removed options
str.search.max_uni_blocks
Renamed options
str.search.encoding->str.encoding- Valid for all string interpretations.str.search.max_threads->search.max_threads- This is a general setting for the search now.str.search.raw_alignment->search.str.raw_alignmentstr.search.min_length->search.str.min_lengthstr.search.buffer_size->search.str.max_lengthstr.search.max_region_size->search.str.max_region_sizestr.search.check_ascii_freq->search.str.check_ascii_freq
Dependency
This release adds a dependency on SoftFloat3 library for RzFloat and RzIL floating point operations.