From 62893ed52697e7a60f9329c067c542b59f046f3d Mon Sep 17 00:00:00 2001 From: Olorunfemi-Ojo Tomiwa Date: Mon, 10 Oct 2022 21:08:15 +0100 Subject: [PATCH] updated docs in scanner.c --- src/scanner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scanner.c b/src/scanner.c index 391397d..b9a12ce 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -10,6 +10,7 @@ * gcc -c -fPIC scanner.c -o scanner.o * gcc --whole-file -shared -Wl,-soname,scanner.dll -o amsiscanner.dll scanner.o C:\Windows\System32\amsi.dll * + * N.B: amsi.lib & amsi.h must be in the same directory as this file when compiling */ #include