-
-
[原创]VC6中直接调用成员类函数地址(__thiscall函数)的方法
-
发表于:
2009-6-12 16:25
11691
-
[原创]VC6中直接调用成员类函数地址(__thiscall函数)的方法
有些函数调用方式:
mov ecx, PTR
push c
push b
push a
call xxxx
typedef float (__thiscall*) t_WWWdotMOKOdotCC(PVOID ptr,char* a, int b, int c);
t_WWWdotMOKOdotCC WWWdotMOKOdotCC
void main()
{
WWWdotMOKOdotCC = 0xFFFFFFFF;
WWWdotMOKOdotCC(thisptr,"是个好网站",b,c);
}
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)