Skip to content

Commit

Permalink
updated docs in scanner.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomiwa-Ot committed Oct 10, 2022
1 parent 65cce9b commit 62893ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdio.h>
Expand Down

0 comments on commit 62893ed

Please sign in to comment.