Hello fellas,
I managed to re-write some of the example memory reader to C++ (repo was called optimat).
I managed to get the following result: https://pastebin.com/xXpwugDv
The “names” are actually names of the types - not the objects themselves, I failed to extract these.
Basically, I managed to find the UITree PyObject, by enumerating for a type called UITree, which type is type. (Same as sanderling!)
Having that object, I am getting _childrenObjects from children (both are treated as Python Dictionaries).
Than, I preassume, that these are lists of PyObjects (more dictionaries, in fact…) and the loop strikes again - so I am getting _childrenObjects from children.
How, having these capabilities am I supposed to get values of certain stuff?
Like for example, If i wanted to read local, get nicknames and stuff.
Hopefully someoene will be willing to help,
Kind Regards,
Acronym.