Files
MEhrn00-boflink/examples/custom-api/README.md
T
Matt Ehrnschwender 21dcffbefd Initial release
2025-05-30 15:57:20 -04:00

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