mhaskar / mhaskar/shellcode-process-injection
Error in Windows7 x64
- Dominant language
- C
- Stars
- 63
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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);
;)
Contributor guide
No contributing guide indexed for this repository
Research direction
Find the CreateRemoteThread call shown in the issue and inspect its surrounding code and build path first. Reproduce the reported Windows 7 x64 behavior, then verify whether the proposed argument change resolves it without breaking the Windows 10 case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100