Releases: radareorg/iaito
5.9.6
Release Notes
Version: 5.9.6 (previous: 5.9.4)
Commits: 41 from 5 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.9.6/5.9.6.tar.gz | tar xzv
iaito-5.9.6/sys/install.sh
Highlights
More details
Authors
MiKi Miquel S. Pau RE pancake pancake
- Show a summary instead of all the function variables (aligned with r2-5.9.6)
- Fixed segfault when editing instructions in 2 byte files
- Experimental analysis now runs aaw and aaef
- More consistent and better app icons for Wayland, Windows and macOS
- New menu entry to edit and use the rarun2 profile for debugging
- Add support for function annotations (ano command)
- Show tabs on top by default
- Minor visual improvements in the welcome and about screens
- Update embedded fonts (Agave + Inconsolata)
- Initial support for the Decai decompiler
- Fix 'open with no file' option
- Fix core plugins listing window
- Sync with r2-5.9.6
5.9.4
Release Notes
Project: iaito
Version: 5.9.4 (previous: 5.9.2)
Commits: 11 from 2 contributors
- Better default analysis settings
- Change font size using control+mouse wheel in disasm view
- Use Po/Ps to save/open projects
- Choose more colors for the basic blocks
- Support pascal and utf16 string types
- Fix address formatting bugs in WIndows
- Sync with r2-5.9.4
Release builds (binary assets below) are considered work-in-progress, use flatpak or your distro packaging if anything is not working
macOS
Run the following lines after dropping the .app into your /Applications directory:
sudo xattr -c /Applications/iaito.app
sudo codesign --force --deep --sign - /Applications/iaito.app
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.9.4/5.9.4.tar.gz | tar xzv
iaito-5.9.4/sys/install.sh
Highlights
5.9.2
Release Notes
Version: 5.9.2 (previous: 5.9.0)
Commits: 9 from 3 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.9.2/5.9.2.tar.gz | tar xzv
iaito-5.9.2/sys/install.sh
Highlights
5.9.0
Release Notes
Version: 5.9.0 (previous: 5.8.8)
Commits: 38 from 9 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.9.0/5.9.0.tar.gz | tar xzv
iaito-5.9.0/sys/install.sh
Highlights
More details
Authors
Dennis Goodlett FetheredSerpent Francesco Tamagni GravisZro Pau RE atom_bomb jjdredd pancake pancake
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
Authors
5.8.6
Release Notes
Version: 5.8.6
Previous: 5.8.4
Commits: 11
Contributors: 3
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
Source Installation
curl -sL https://github.com/radareorg/radare2/releases/download/5.8.6/radare2-5.8.6.tar.xz | tar xzv
radare2-5.8.6/sys/install.sh
Highlights
5.8.4
5.8.2
- Alphabetically sort io and arch comboboxes @gingermouse
- Fix assert crash on release builds when using some archs like v850
- Load header format structs after bin parsing
- Default theme is iaito
- In sync with r2-5.8.2
5.8.0
5.7.8
What's Changed
- Add flathub information in README by @prodrigestivill in #102
- remove duplicate StartupNotify=true by @xambroz in #103
- Update translation install method by @prodrigestivill in #104
- Install the manpage by @trufae in #106
- Disable translations submodule by @prodrigestivill in #105
- Upgrade the github runners by @trufae in #109
- Fix all race conditions by making iaito monothread by default by @trufae in #111
- Remove two unused shellscripts by @trufae in #112
Full Changelog: 5.7.6...5.7.8