shellcode-process-injection
shellcode-process-injection copied to clipboard
Error in Windows7 x64
Hi mate!
Really nice work, but I suggest to change this line in order to solve the problems in Windows7x64 ...
In Windows 10 I didn't have any issue.
CreateRemoteThread(process_handle, NULL, 100,(LPTHREAD_START_ROUTINE)pointer_after_allocated, NULL, NULL, 0x50002);
to
CreateRemoteThread(process_handle, NULL, 100,(LPTHREAD_START_ROUTINE)pointer_after_allocated, NULL, NULL, NULL);
;)