Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Project Building

iosifache edited this page Jan 12, 2020 · 2 revisions

Requirments

To build this project, you will need make on Linux. If you don't have it installed, run the following commands:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential

Build

To get a better experience with the aggregation of this library into your program, it was implemented a special target build_malware in the Makefile that:

  • will find all the C files from the sources/malware folder
  • compile them
  • link them with the PersistencyHub static library
  • move the resulting executable in the project root folder
Clone this wiki locally