bool __thiscall sub_5DF8F0(_DWORD *this)
{
int v1; // eax
v1 = this[358];
return !v1 || v1 == 1;
}
I'm a little bit experienced with C++, I'm also new to IDA_PRO... I'm having trouble reading this simple code right above. I know that the argument _DWORD *this
is a Class Object, but don't know why this code indexing a Class????