int __thiscall sub_42118A(_DWORD *this, signed int a2)
{
int v2; // eax
int v3; // ecx 申明变量?
v2 = a2;
if ( a2 >= 100 )
{
v3 = this[3];
v2 = a2 - 100;
}
else
{
v3 = this[2];
}
return (*(int (__stdcall **)(int))(*(_DWORD *)v3 + 12))(v2);
}
最后一句 返回 啥,后面那个 v2 php 要怎么返回
{
int v2; // eax
int v3; // ecx 申明变量?
v2 = a2;
if ( a2 >= 100 )
{
v3 = this[3];
v2 = a2 - 100;
}
else
{
v3 = this[2];
}
return (*(int (__stdcall **)(int))(*(_DWORD *)v3 + 12))(v2);
}
最后一句 返回 啥,后面那个 v2 php 要怎么返回