Open k3lpi3b4nsh33 opened 2 months ago
This seem to be like a syntax error in the generated ASM text. Did you modify the source C template files? There seems to be an issue with the symbol __aullshr
which i dont know.
Also it seems to be unable to find __imp__VirtualProtect
.
Did you use the standard preselected options, if not which one? (e.g. which kind of injection).
helper.py
file by adding error=ignore
because sometimes there is an error when decoding base64.
- I only modified lines 86 and 87 in the
helper.py
file by addingerror=ignore
because sometimes there is an error when decoding base64.- I tried various combinations of exe and bin files in the template, but the same error still occurred.
Even though I changed Visual Studio to the English version and removed the ignore from Helper.py, the same error still occurred.
Ah sorry. The createfile.bin
shellcode is used for testing, which is broken atm. Take literally any other shellcode, and it should work. I recommend messagebox.bin
.
Anyway, i cant reproduce really, all works for me on two machines.
If the error persists, click "Build" so the error appears again, and attach a .zip of the complete SuperMega/ folder here.
I can reproduce the OP error on my side when running the application from Powershell directly with all the environment variables set appropriately.
I ran the application from Developer Command Prompt for VS 2022 and this error went away. I would suggest to ensuring you are running from the developer command prompt.
Thanks for the info. Making Visual Studio tools usable outside VS is a bit a pain.
Hello, I have this problem on my computer environment, what causes it and how to fix it