Skip to content

Releases: radareorg/iaito

5.9.2

24 May 00:16
Compare
Choose a tag to compare

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

More details

Authors

Pau RE pancake pancake

5.9.0

31 Mar 17:35
Compare
Choose a tag to compare

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

20 Jun 09:15
Compare
Choose a tag to compare

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

pancake

5.8.6

22 May 10:41
Compare
Choose a tag to compare

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

More details

Authors

pancake pancake semgrep.dev on behalf of @trufae

5.8.4

16 Mar 08:47
Compare
Choose a tag to compare
Release 5.8.4

5.8.2

01 Feb 22:37
Compare
Choose a tag to compare
  • 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

23 Dec 12:16
Compare
Choose a tag to compare
  • In sync with latest r2-5.8.0
  • Fix loading sessions without any file
  • Improve build and stop using deprecated apis

5.7.8

26 Oct 10:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.7.6...5.7.8

5.7.6

30 Sep 11:59
Compare
Choose a tag to compare
  • Support flatpak
  • Removed python/crashreport references in acr, meson and qmake
  • Fix crash on linux and mac
  • Support r2-5.8.x (current git)

5.7.2

31 Jul 19:35
Compare
Choose a tag to compare
  • Fix decompiler color toggle in settings
  • Re-enable imports panel in linux
  • Fix duplicated commandline option
  • Update build instructions on Debian
  • Proper r2 version check
  • Remove leftovers and pending rebrandings
  • Update some config options and commands for 5.7.x
  • CI Build improvements