Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Get object attribute
     self  - object
     attr  - attribute name
This function gets the attribute value without calling __getattr__()
Thread-safe function.

any getattr(object self, string attr);

Index | Previous topic | Next topic