Search found 2 matches

by nil
Fri May 01, 2020 4:22 pm
Forum: Cheat Engine Lua Scripting
Topic: Finding class name from pointer
Replies: 1
Views: 6857

Re: Finding class name from pointer

I found it: getRTTIClassName(address)
by nil
Fri May 01, 2020 12:26 pm
Forum: Cheat Engine Lua Scripting
Topic: Finding class name from pointer
Replies: 1
Views: 6857

Finding class name from pointer

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 ...