Ive got a func(Hex rays)
and here is a call to it:Code:sub(void *this, int a2, char a3)
The question is:Code:sub(*(_DWORD *)v5, 1);
would *this be *(_DWORD *)v5, a2 = 1 and a3 null OR a2 is *(_DWORD *)v5 and a3 is 1, then how to find what is this in that case?
Thak you for your help!