Skip to content

6.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:33

Release Notes

Version: 6.1.6 (previous: 6.1.4)
Commits: 119 from 2 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
flatpak run org.radare.iaito

Build from Source

curl -sL https://github.com/radareorg/iaito/archive/refs/tags/6.1.6.tar.gz | tar xzv
iaito-6.1.6/sys/install.sh

Highlights

  • Sync byte range selections between disasm, graph and hexdump
  • Fix converting multiple instructions to dwords in disasm
  • Use scr.highlight in the decompiler output
  • Add support for r2mcp background server
  • Integrate r2hermes, r2ai and r2jadx decompilers
  • Support (non-blocking UI) async decompilation with r2ai
  • Better mouse over and cursor settings in disasm and graph over registers and calls
  • Better decompiler highlight defaults
  • Multithreaded r2ai background tabs support
  • Add fancy icons in app and contextual menus
  • New dialog/tool to create and modify switch jump tables
  • New CodeInfo widget to display collapsed rows for ops, basic blocks and function info
  • New syscalls dialog to query the database
  • New calculator and assembler/disassembler tools
  • Fully redesigned app and context menus (RFC)
  • Improve bblines and font metrics for disasm and hexdump
  • Optimize disassembler scroll and fix the random gap depending on fonts used
  • Basic block colors in disasm
  • Graph navigation keybindings in sync with r2
  • Add new w95-style classic theme
  • Improve graph look&feel layout, colors and shadows
  • Fix infinite loop causing 100% cpu when resizing
  • Use new projects by default (visually more appealing too)
  • Reduce memory usage and fix memleaks in font management
  • Statusbar can be toggled now
  • Guard reentrant stderr logs in the console widget
  • Navigation bar can be placed in many new locations now
  • Fix scrolling issues on x86-16 and arm-thumb binaries
  • Improved function color and pins support
  • Autocomplete filepaths in the new file dialog