mirror of
https://github.com/MEhrn00/boflink
synced 2026-06-08 11:36:57 +00:00
515 B
515 B
Custom API
Example utilizing a set of custom API exports in-place of the default Cobalt Strike Beacon API.
Compiling
A minimal compile script is provided for compiling using MinGW GCC, Clang or MSVC.
These compile scripts are intended to be used as a reference for the command line flags needed to run boflink correctly and not as a project build script template.
MinGW GCC (Linux)
./compile-mingw.sh
Clang (Linux)
./compile-clang.sh
MSVC (Windows)
.\compile-msvc.ps1