- Add pid/pidfile on man/rz-run and make a pid option a boolean
- Fix
rax -t
not considering GMT argument - Fixed 'Ctrl+Arrow' and 'Alt+Arrow' in rizin shell
- Fix integer overflow and excessive memory usage in jump table analysis
- Fix infinite loop if first case of switch table points to same block
- Fix some NULL derefs in Windows Debugger
- Removed junk on screen in visual mode with two columns
- Detect
shm_open()
function with Meson - Haiku OS and DragonflyBSD build fixes
- PE header parsing fixes when opened through
shm://
IO plugin - Added CRC32 and entropy values in
it
output - Fix NULL pointer dereference due missing
small_block
method when OpenSSL is used. - Fix potential buffer overflow in RC2 hash
- Move TSLanguage initialization into new
rz_core_cmd_new()
API - [DEX] remove bottleneck on
rz_list_get_n()
- Fix invalid
v
command resulting in black screen - Add few missing Windows types
- Fix rotating colors with
C
in visual mode - Fix #1864: Find
main()
of Fedora 35 x86_64/bin/ls
- Use empty dependencies to avoid comparing different types (Meson 0.60 compatibility)
- [Debug] Let gdb attach regularly and reset reason after attach
- Enable flushing for
oldinput_get_help()
- Provide API for calculating sections digests
- Move files to generate windows installer under
dist/windows