Fenrus is a tool for performing security analysis on binary files. In this tutorial, we will explain the process of installing Fenrus on Debian Latest.
Before we start, you will need the following:
Fenrus requires several dependencies to be installed before we start the installation process. Use the following command to install them:
sudo apt-get update && sudo apt-get install build-essential cmake git libboost-all-dev python3 python3-dev python3-pip python3-setuptools python3-capstone python3-keystone python3-pefile python3-pyelftools python3-xlsxwriter
The next step is to clone the Fenrus repository using the following command:
git clone https://github.com/revenz/fenrus.git
This will download the Fenrus repository to your current working directory.
Navigate to the fenrus directory by using the command:
cd fenrus
We need to build Fenrus to use it. Use the following commands to build Fenrus:
mkdir build && cd build
cmake .. && make
To confirm that Fenrus is installed and working properly, run the following command:
./fenrus -h
This will display the help message for Fenrus.
In this tutorial, we have explained the process of installing Fenrus on Debian Latest. You can now use Fenrus to perform security analysis on 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!