5.8.8
Release Notes
Version: 5.8.8 (previous: 5.8.6)
Commits: 25 from 1 contributors
Release builds (binary assets below) are considered work-in-progress, use flatpak or your distro packaging if anything is not working
Flatpak (WSL / Linux)
sudo flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub org.radare.iaito
export QT_QPA_PLATFORM=wayland # only mandatory on windows
flatpak run org.radare.iaito
Build from Source
curl -sL https://github.com/radareorg/iaito/releases/download/5.8.8/5.8.8.tar.gz | tar xzv
iaito-5.8.8/sys/install.sh
Highlights
- Fix startup crash caused by UB
- Fix crash when loading Settings
- Show error instead of silently closing when the file cannot be open
- Resolve color themes from other versions of r2
- Analysis settings have more configurable boundaries
- Remove iaito plugins from the UI, only show r2 ones
- Add separate startup (per-session) and onload scripts (per-file)
- Add option to export the disassembly to a text file
- QMake now obeys CFLAGS/LDFLAGS and --prefix from configure
- In sync with r2-5.8.x, but works with 5.8.9 too