From 70929b4091df255eb4b4a23582df428267fa050f Mon Sep 17 00:00:00 2001 From: "ethanseow2002@gmail.com" Date: Thu, 25 Dec 2025 16:45:39 +0800 Subject: [PATCH] readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdcf5ec..50bd9c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ Simple modified version of the [TrustedSec BOF template](https://github.com/MEhrn00/boflink) that incorporates [boflink](https://github.com/MEhrn00/boflink) to make my life easier -Nothing fancy here. Use it if you want, or dont. +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: - https://github.com/MEhrn00/boflink