Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 402 Bytes

Obfuscation.md

File metadata and controls

16 lines (13 loc) · 402 Bytes

BlxdMoon - Obfuscating C Source Code

To obfuscate the source code of BlxdMoon, use Scrt/AvCleaner.

Usage

git clone https://github.com/scrt/avcleaner.git
docker build . -t avcleaner
docker run -v {PATH_TO_AV_CLEANER_LOCAL}:/home/toto -it avcleaner bash
sudo pacman -Syu
mkdir CMakeBuild && cd CMakeBuild
cmake ..
make -j 2
./avcleaner.bin --help