ethanseow2002@gmail.com 906e566466 added mutatorkit support
2026-01-01 13:12:43 +08:00
2025-12-24 21:44:43 +08:00
2025-12-24 21:44:43 +08:00
2026-01-01 01:18:06 +08:00
2025-12-24 21:44:43 +08:00
2025-12-24 21:44:43 +08:00
2025-12-25 17:30:36 +08:00
2026-01-01 13:12:43 +08:00
2026-01-01 13:12:43 +08:00

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!

  1. Swap the Makefile to the Makefile_mutator file
  2. Drop the mutator kit folder into the current directory.
  3. 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:

S
Description
Automated archival mirror of github.com/CodeXTF2/bof_template
Readme 879 KiB
Languages
C 95.8%
Makefile 4.2%