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.shHighlights
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