Page 1 of 1

Finding class name from pointer

Posted: Fri May 01, 2020 12:26 pm
by nil
Hello,

In Cheat Engine dissect data/structures if I define new structure and check guess field types, CE will name some of the pointers with their respective class names. Reclass.NET does this as well and even shows me all the way to the originating class.

How can I find a class name string from an address in lua or another way in CE?

Thanks

Re: Finding class name from pointer

Posted: Fri May 01, 2020 4:22 pm
by nil
I found it: getRTTIClassName(address)