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
custom_refinfo_handler_t Struct Reference

Manage a custom refinfo type Custom refinfos are usually used to handle custom fixups, but can also be used to display non-standard references. More...

#include <nalt.hpp>

Public Attributes

int32 cbsize
 size of this structure
 
const char * name
 Format name, must be unique.
 
const char * desc
 Refinfo description to use in Ctrl-R dialog.
 
int props
 properties (currently 0)
 
int(idaapi * gen_expr )(qstring *buf, qstring *format, ea_t ea, int opnum, const refinfo_t &ri, ea_t from, adiff_t *opval, ea_t *target, ea_t *fullvalue, int getn_flags)
 
bool(idaapi * calc_reference_data )(ea_t *target, ea_t *base, ea_t from, const refinfo_t &ri, adiff_t opval)
 
void(idaapi * get_format )(qstring *format)
 

Detailed Description

Manage a custom refinfo type Custom refinfos are usually used to handle custom fixups, but can also be used to display non-standard references.


The documentation for this struct was generated from the following file: