Open SergANT85 opened 1 year ago
I found the same problem!
Facing same issue, getting Access Violation error in Windows 7 32 bit, when running x86 executable. Whille running in WinDbg ret address goes to 00000000, while reading out of bound data. I might be wrong.
Facing same issue, getting Access Violation error in Windows 7 32 bit, when running x86 executable. Whille running in WinDbg ret address goes to 00000000, while reading out of bound data. I might be wrong.
It seems like the newest code solve the problem.
Nope, crashing on the latest code. I just cloned and build and issue is same. Windows 7 Ultimate Version 6.1 (Build 7601: Service pack 1)
Any updates ? @SergANT85
I have debugged the shellcode, its crashing on NtProtectVirtualMemory call inside the shellcode. Cant traceback the issue in C code. Works on WoW64, but crashes on x86 with ACCESS_VIOLATION.
The same problem happens to me. When booting demon x86 I just see the process die quickly. I'm using Windows 7 Enterprise Service Pack 1
Contact Details
No response
What happened?
Hello!
I generate format x32 x86 bit payload, and it do not work. But when I am testing on x64 platform - it work good.
Also I have problem inject bin file x32 format.
X64 is working very well.
Tnx.
Did You Do a Pull First?
Latest (You performed a pull first)
Did You Try With the Dev Branch?
Yes (You tried using the dev branch but the problem persist)
Relevant log output
No response
Did You Read Over Your Issue First?