Home

Awesome

Labyrinth

🚧️ WIP

Labyrinth, a LLVM obfuscation plugin for the New Pass Manager.

Build

Requirements:

Build receipts:

export LLVM_HOME=/path/to/llvm/home
cmake -B build -G Ninja # or 'Unix Makefiles'
cd build
ninja
# if everything works well, liblabyrinth.{so/dylib/dll} will be generate

Usage

🚧 TODO