mirror of
https://github.com/CodeXTF2/bof_template
synced 2026-06-21 13:42:05 +00:00
e96adfc5a7f01258d98876c586fe3ef7adb9c866
bof(link) template - now mutatorkit compatible!
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.
Mutatorkit support
If you want to use the Cobalt Strike mutator kit to obfuscate your bofs - now you can!
- Swap the Makefile to the Makefile_mutator file
- Drop the mutator kit folder into the current directory.
- Profit!
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:
Description
Languages
C
95.8%
Makefile
4.2%