shellcode-process-injection icon indicating copy to clipboard operation
shellcode-process-injection copied to clipboard

Error in Windows7 x64

Open ferdinan4 opened this issue 6 years ago • 0 comments

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);

;)

ferdinan4 avatar Jan 03 '20 15:01 ferdinan4