I need to wrap the below __usercall function to _cdecl/_stdcall: char __usercall sub_4017B0<al>(int a1<ebx>, int a2)
I have a virtual machine, which on VM_Create passes the address of a function (systemCalls) to the virtual machine.
/* * Wrapper from * 开发者_如何学JAVAint func(int a, int b, int c, unsigned int d, signed int e);
Know anybody something about hooking __usercall type of functions? I hooking successfully __thiscall, __stdcall and __cdecl calls but this is enough for me.
不知道_481 开发者_Python百科 2022-04-25 21:08 什么加点?结朵 开发者_运维知识库 2022-04-25 21:14