Know anybody something about hooking __userpurge
type of functions?
I hooking successfully __thiscall
, __stdcall
, __cdecl
, __usercall
.
How to hook this type of functions using translation to __stdcall
or __cdecl
?
Function who i must hook at first is:
int __userpurge func<eax>(int a1<ecx>, char a2<dil>, int a3, int a4)