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
Set object attribute
     self  - object
     attr  - attribute name
     value - value
This function sets the attribute value without calling __setattr__()
Returns false: self is not an object
Thread-safe function.

success setattr(object self, string attr, any value);

Index | Previous topic | Next topic