Reworked beacon.nim with definitions from trustedSec's COFFLoader.

This commit is contained in:
Jakob Friedl
2025-08-29 13:40:00 +02:00
parent 957f96f1ca
commit 352b8fd8d1
5 changed files with 367 additions and 91 deletions

View File

@@ -70,4 +70,6 @@ proc main() =
echo "[-] ", err.msg
when isMainModule:
test()
quit(0)
main()