6.0.2 - codename "Relephant"
Release Notes
Version: 6.0.2 Previous: 6.0.0 Commits: 26 Contributors: 4
curl -Ls https://github.com/radareorg/radare2/releases/download/6.0.2/radare2-6.0.2.tar.xz | tar xJv
radare2-6.0.2/sys/install.sh
Highlights
Comparsing 6.0.2 with 6.0.0:
- ๐ ๏ธ Fix
r_event.hinstall location on meson builds - ๐ฑ Android flock regression fixed
- ๐ง Fix build when using libuv
- ๐ Implemented RXML DOM API
- ๐ป Support for
R_X86_64_RELATIVEELF relocs - ๐ซ Avoid loading files twice on some URI handlers for bin parsing
- ๐ Fixed loading rc scripts from XDG paths
- ๐ Add
hexfile://URI handler - โจ๏ธ Support F key shortcuts in the shell
- ๐ Honor underlying IO sizes in
psz - ๐งฉ Temporary block modifiers:
@xc:&@xf:
More details
Contributors
Pasquale Scalise dependabot[bot] pancake pancake
Changes
bin
- Avoid load file twice for bin parsing with some more io uris
- Implement support for R_AARCH64_RELATIVE for ELF imports
- Fix unsupported reloc type 1027 on ELF-x64 binaries
build
- Fix
r_event.hinstallation path
doc
- Updated man page with info on configuration files
io
- Honor underlying io sizes when pulling strings from
- Fix the flock regression on Android
- Fix nocache:// uri handler
- Implement hexfile:// uri handler
shell
- Fix negative fkey in dietline
- Implement
@xc:and@xf:temporary block modifiers
tools
- Fix xdg config path ~/.config/radare2/rc and rc.d