Update README.md

This commit is contained in:
CodeX
2025-12-26 14:35:14 +08:00
committed by GitHub
parent 9ee8ff69e5
commit d4ea96dc4e
+2 -1
View File
@@ -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