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 -E
to execute a command on every matchrz-ax
- add MS-DOS and Win32 timestamp conversion- Add linker version to
rz-bin -I
output
New commands
dcco
- continue until callaezsue
- step until PC equals given address and output RzIL VM changesfdt
command to print more information about the flagdbtt
to print in a table modeaLc
command to list features and CPUs of an RzArch plugin (andrz-asm -m
to do the same)/cm
to search for cryptographic materials/ce
and/cef
commands for entropy search/z
command for searching strings (supports now Unicode 16, regex, and many encodings).izx
data to list strings that are referenced from somewhere else
Removals
- Deprecated APIs
- RAP protocol
- NIOS-II architecture support
fb
commanddta
command/w
- now handled by/z
/!
/b
/f
/+
/cd
/ca
/cr
obr
rizin -Q
flag
Renames:
avg
renamed intoavgl
, added table mode/
command became/z
/e
command became either/z
or/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_alignment
str.search.min_length
->search.str.min_length
str.search.buffer_size
->search.str.max_length
str.search.max_region_size
->search.str.max_region_size
str.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.