RElicAnalysis - First release

Geoffrey Bucchino

RElicAnalysis, an application dedicated for research malware and perform an analysis of a binary file has been published with the first release, 0.1.0.

Overview

Once a file is opened, the analysis results are displayed in the main window. The following image shows an example of the analysis of an ELF file:

Main window

Our RElicAnalysis product disassembles the code and outputs the corresponding assembly instructions.

Main window

Installation

RElicAnalysis can be downloaded from our Git repository, where you will find all the source files. In this repository, you should also find the binary file named RElicAnalysis-<version>.

Requirements

The release file was built on Ubuntu 26 with the Kernel version 6.8.0-110-generic.

You need to install the following package:

  • libqt6widgets6

After that, you can run the RElicAnalysis executable.

Share this post