能力值:
( LV13,RANK:530 )
|
-
-
2 楼
class Class1
{
public:
Class1();
virtual ~Class1(){};
int TestFunc(int i);
private:
int x1;
};
Class1::Class1()
{
00411420 push ebp
00411421 mov ebp,esp
00411423 sub esp,0CCh
00411429 push ebx
0041142A push esi
0041142B push edi
0041142C push ecx
0041142D lea edi,[ebp-0CCh]
00411433 mov ecx,33h
00411438 mov eax,0CCCCCCCCh
0041143D rep stos dword ptr es:[edi]
0041143F pop ecx
00411440 mov dword ptr [ebp-8],ecx
00411443 mov eax,dword ptr [this]
00411446 mov dword ptr [eax],offset Class1::`vftable' (416740h)
x1=0x1234;
0041144C mov eax,dword ptr [this]
0041144F mov dword ptr [eax+4],1234h
}
00411456 mov eax,dword ptr [this]
00411459 pop edi
0041145A pop esi
0041145B pop ebx
0041145C mov esp,ebp
0041145E pop ebp
0041145F ret
|
能力值:
( LV6,RANK:90 )
|
-
-
3 楼
很好,很强大,很完美,ok and ok,too strong,too big.sustain to my.again to my.
|
能力值:
( LV15,RANK:2473 )
|
-
-
4 楼
威猛,一个比一个威猛
|
能力值:
( LV9,RANK:210 )
|
-
-
5 楼
谢谢foxabu大哥指点,vftable 是什么东东?有什么作用?,恳请进一步赐教,十分感谢!
|
能力值:
( LV13,RANK:410 )
|
-
-
6 楼
虚函数表~~
|
能力值:
( LV9,RANK:210 )
|
-
-
7 楼
多谢各位大侠指点,明白了,谢谢!
|
|
|