Giter Club home page Giter Club logo

iaito's Introduction

Iaito logo

iaito

iaito is the official graphical interface for radare2, a libre reverse engineering framework.

  • Requires radare2 and Qt-5/6
  • Iaito was the original name of this GUI before being forked as Cutter.
  • Use r2 plugins (f.ex: no need for r2ghidra-iaito plugin if r2ghidra is installed)
  • Focus on simplicity, parity with commands, keybindings and r2-style workflows.
  • Help with translations contributed!
  • Aims to cover other radare2 features, not just a disassembler
    • forensics, networking, bindiffing, solvers, ...

Crowdin iaito CI Linux packages

Screenshot

Help

Get help, updates, meet the community or discuss about development in these channels:

Installation

There are automated CI builds and releases of iaito for Linux, macOS and Windows.

On WSL or Linux you can use these steps to install it with Flatpak:

sudo flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub org.radare.iaito
flatpak run org.radare.iaito

Download on Flathub

Source Builds

Dependencies

iaito requires radare2 and qt5 (or qt6):

$ git clone https://github.com/radareorg/radare2 && radare2/sys/install.sh

Install QT on macOS like this:

brew install qt@5
echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> ~/.profile

On Ubuntu/Debian

sudo apt install qttools5-dev qttools5-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5svg5-dev make pkg-config build-essential

For QT6:

sudo apt install qt6-svg-dev

Compilation

./configure
make
make run

To install the app in your home:

make install

Building iaito as an r2 plugin

It is also possible to launch iaito from the r2 shell reusing the Core instance:

make plugin

The previous command will build iaito, the iaito plugin and copy it it into your home plugin directory.

$ r2 /bin/ls
> iaito
...

Translations (Optional)

Note: The flatpak/flathub version already ships the translations as an optional extension.

To install translations please download latest version from iaito-translations repo.

To install in your home directory, run the following:

$ git clone https://github.com/radareorg/iaito-translations.git
$ cd iaito-translations
$ make user-install

Alternatively, it this project makefile can be used to install them:

$ make user-install-translations
OR
$ make install-translations # to install to system

iaito's People

Contributors

thestr4ng3r avatar xarkes avatar radare avatar itayc0hen avatar karliss avatar fcasal avatar hteso avatar pelijah avatar ballessay avatar mrexodia avatar vane11ope avatar yossizap avatar optizone avatar nezza avatar a1ext avatar nirmalmanoj avatar trufae avatar pwntester avatar adikso avatar siebelstim avatar ps1337 avatar surendrajat avatar xvilka avatar probonopd avatar xambroz avatar abogical avatar gauravkghildiyal avatar prodrigestivill avatar rrreeezzz avatar ndaprela avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.