-
-
[原创]VC6中直接调用成员类函数地址(__thiscall函数)的方法
-
发表于:
2009-6-12 16:25
11687
-
[原创]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);
}
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!