mhaskar / mhaskar/shellcode-process-injection

Error in Windows7 x64

未关闭
#1 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C
星标
63
派生
23
PR 合并指标
30 天内没有已合并 PR

描述

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

;)

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先找到 issue 中显示的 CreateRemoteThread 调用,并检查其周围的代码和构建路径。然后复现报告的 Windows 7 x64 行为,并验证提议的参数更改是否能解决该问题,同时不影响 Windows 10 的情况。

由索引模型根据 Issue 内容生成。

评估

技术栈
c
领域
operating-systems, security
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。