我的用户调用函数的 stdcall 包装器是否正确?
我需要将下面的 __usercall 函数包装到 _cdecl/_stdcall: char __usercall sub_4017B0<al>(int a1<ebx>, int a2) a1 是整数, a2 实际上是一…
这个 __usercall 包装器有什么问题?
/* * Wrapper from * int func(int a, int b, int c, unsigned int d, signed int e) * to * int __usercall func<eax>(int a<eax>, int b<…
如何挂钩 __usercall、__userpurge (__spoils) 函数?
有人知道如何挂钩 __usercall 类型的函数吗? 我成功挂接了 __thiscall、__stdcall 和 __cdecl 调用,但这对我来说已经足够了。 知道有人为 __usercal…
- 共 1 页
- 1