RElicAnalysis
Our RElicAnalysis product for reverse engineering enables malware researchers to analyze and reverse binary files. Built on Qt, it features a simple interface that allows researchers to examine binaries and read their assembly code.
RElicAnalysis is available on our Git repository and can be easily installed on Linux platforms.
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:

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

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.