Skip to main content

[ Entropia ]

Beacon Object File compiler and position-independent shellcode emitter for Red Team operations.

[ QUICK START ]

Build and run in 30 seconds

# Get the source
git clone https://github.com/entropykit/entropia.git
cd entropia
# Build the compiler
cargo build --release -p entropykit
# Compile a BOF with full OPSEC enabled
./target/release/entc compile example/bof_pslist.etpy \
--type=bof --opsec=all
# Run it under the local test harness
./target/release/bof-runner example/bof_pslist.obj