monoxgas / sRDI

Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode
Other
2.1k stars 456 forks source link

Crash when test on win8.1 x64 with x86 shellcode #3

Closed sinmygit closed 7 years ago

sinmygit commented 7 years ago

there's some problem when using x86 shellcode on win8.1 X64,maybe is the problem in dealing with the fun "GetProcAddressWithHash" ,the shellcode move the param to ecx, not using "push" I guess. test

sinmygit commented 7 years ago

it is the shellcode length cause the problem