update README.md

This commit is contained in:
restkhz
2025-03-14 19:31:07 +01:00
parent a109e2fb46
commit 54d214eb63
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ python ShellcodeEncrypt2Dll.py --standalone shellcode.raw
print(result.stdout)
except FileNotFoundError:
print("[-] x86_64-w64-mingw32-gcc didn't work out properly or wasn't found.\nTry: \"sudo apt install mingw-w64\"")
print("[-] x86_64-w64-mingw32-g++ didn't work out properly or wasn't found.\nTry: \"sudo apt install mingw-w64\"")
sys.exit(1)