Explorar el Código

Update ReadMe.md

assume-breach hace 3 años
padre
commit
7e8758f3a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      HighBorn/ReadMe.md

+ 1 - 1
HighBorn/ReadMe.md

@@ -8,7 +8,7 @@ Replace the file path with the file path of the executable that you want to open
 
 Compile HighBorn.c into a dll.
 
-**linux command: "x86_64-w64-mingw32-gcc -shared -o secur32.dll highborn.c -lcomctl32 -Wl,--subsystem,windows"**
+**linux command: "x86_64-w64-mingw32-gcc -shared -o secur32.dll HighBorn.c -lcomctl32 -Wl,--subsystem,windows"**
 
 Host the dll on your Kali box.