能力值:
( LV3,RANK:20 )
|
-
-
2 楼
int __thiscall sub_401270(void *this, int a2)
{
void *v3; // edi@1
int v4; // ebx@1
v3 = this;
v4 = (int)((char *)this + 120);
DDX_Text(a2, 1000, (char *)this + 120);
DDV_MaxChars(a2, v4, 128);
v3 = (char *)v3 + 124;
DDX_Text(a2, 1001, v3);
return DDV_MaxChars(a2, v3, 128);
}
|
|
|