From d4ea96dc4e3d64d87d649a5e8686a710776706e3 Mon Sep 17 00:00:00 2001 From: CodeX Date: Fri, 26 Dec 2025 14:35:14 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50bd9c7..d1c2835 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bof(link) template -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 +Simple modified version of the [TrustedSec BOF template](github.com/trustedsec/CS-Situational-Awareness-BOF/tree/master/src/base_template) that incorporates [boflink](https://github.com/MEhrn00/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 ``` @@ -12,3 +12,4 @@ Dummy code is in the entry.c as a placeholder to sanity check that boflink is wo Credits: - https://github.com/MEhrn00/boflink - https://github.com/trustedsec/CS-Situational-Awareness-BOF/tree/master/src/base_template +