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
Retrieve a C structure from the idb or a buffer and convert it into an object
 typeinfo - description of the C structure. Can be specified
            as a declaration string or result of get_tinfo() or
            similar functions
 src      - address (ea) to retrieve the C structure from
            OR a string buffer previously packed with the store method
 flags    - combination of PIO_... bits

void object.retrieve(typeinfo, src, flags);

Index | Previous topic | Next topic