BOF Development
Open your preferred text editor and start writing a C program. (Check programs folder for examples)
Download beacon.h
Compile with Visual Studio
Compile with x86 MinGW
Compile with x64 MinGW
The commands above produce a hello.o file. Use inline-execute in Beacon to run the BOF.
beacon.h contains definitions for several internal Beacon APIs. The function go is similar to main in any other C program. It's the function that's called by inline-execute and arguments are passed to it. BeaconOutput is an internal Beacon API to send output to the operator. Not much to it.
Last updated