0
bool __thiscall sub_5DF8F0(_DWORD *this)
{
  int v1; // eax

  v1 = this[358];
  return !v1 || v1 == 1;
}

我对 C++ 有点经验,我也是 IDA_PRO 的新手……我无法阅读上面的这个简单代码。我知道参数_DWORD *this是一个类对象,但不知道为什么这段代码索引一个类????

4

0 回答 0