Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bool __thiscall sub_5DF8F0(_DWORD *this) { int v1; // eax v1 = this[358]; return !v1 || v1 == 1; }
我对 C++ 有点经验,我也是 IDA_PRO 的新手……我无法阅读上面的这个简单代码。我知道参数_DWORD *this是一个类对象,但不知道为什么这段代码索引一个类????
_DWORD *this