问题标签 [userpurge]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - 如何挂钩/转换 __userpurge func 到 __stdcall 或 __cdecl?
有人知道钩子__userpurge
类型的函数吗?我挂机成功__thiscall
,,,, __stdcall
.__cdecl
__usercall
如何使用转换为__stdcall
或挂钩这种类型的函数__cdecl
?
我首先必须挂钩的功能是:
c++ - 从 C++ 调用汇编函数
在函数顶部和函数下方添加了更多组件以获得更清晰的图像
IDA Pro 生成了这个函数声明
这是我尝试过的,不起作用。
特别注意:这就像一个 dll 注入,所以测试程序完全加载了这个程序。