-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
出现错误 : STATUS INTERNAL ERROR: Unable to find internal entry point (Code: 76611532) #43
Comments
这个进程不能注入,有防护机制吧?加个代理试一下 |
@x-nas
你可以测试看看。 |
试了WPE64还有其它几个拦截封包的软件都没办法直接抓到包,用代理抓吧 |
怎么抓的,求个流程 |
Charles做代理,Proxifier做转发,然后wpe64 hook 花瓶就可以抓包了 |
easyhook 你可以看我的源码 |
@x-nas
看上去是远程线程方式注入,这种方式很不可靠,容易:被防御机制拦截而导致失败。 建议使用消息钩子注入,或者两种方式配合使用,消息钩子不适用时再用远程线程方式。 另外劫持的方式也可以考虑,可以作为备选。 |
感谢你的建议,方便的话可以加我QQ详细沟通吗? QQ:263659 |
使用 SetWindowsHookEx WH_MOUSE |
The text was updated successfully, but these errors were encountered: