Error in Windows7 x64

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
c

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.

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

;)

Dominant language
C
Stars
63
Forks
23
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.