Files
CodeXTF2-bof_template/README.md
T
ethanseow2002@gmail.com 70929b4091 readme
2025-12-25 16:45:39 +08:00

726 B

bof(link) template

Simple modified version of the TrustedSec BOF template that incorporates boflink to make my life easier

Links against the common windows libs available in mingw-w64 in the makefile by default. If you need to add others, just add the required -l(libname) flags to the boflink commands e.g. -lkernel32

just run make to build.

I dont own the original bof template or boflink. Dummy code is in the entry.c as a placeholder to sanity check that boflink is working.

Credits: