(adsbygoogle = window.adsbygoogle || []).push({});
Hi! For the past weeks I've learned how to find functions using IDA and it's been going really well, but now I'm stuck because I don't know how to find offsets for structs. Example: if I am to find refdef, health or isAlive which are located in the cgArray (I already know the offset and size for/of it) how would I do that? Do I have to use debugger? Or can I simply find them through IDA?