REI3 is a reverse engineering and debugging framework developed for ARM and MIPS platforms. With its interactive shell, REI3 helps in analyzing and modifying binary files of various formats.
In this tutorial, we will guide you through the steps to install REI3 on Kali Linux Latest.
Firstly, download the REI3 package from the official website.
$ wget https://rei3.de/download/rei3-2.2.0.tar.gz
Next, install the packages required for building REI3 by running the following command:
$ apt-get install build-essential cmake libcapstone-dev libssl-dev
Extract the downloaded package using the following command:
$ tar -xzvf rei3-2.2.0.tar.gz
Change to the REI3 directory and build the executable by running the following commands:
$ cd rei3-2.2.0
$ mkdir build
$ cd build
$ cmake ..
$ make
Finally, install REI3 by running the following command:
$ make install
Test the installation of REI3 by running the following command:
$ rei3 -h
In this tutorial, we have successfully installed REI3 on Kali Linux Latest. REI3 is a powerful reverse engineering tool that can be used to analyze and modify binary files.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!