|
IDA C++ SDK 9.2
|
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 Member Functions | |
| int (idaapi *gen_expr)(qstring *buf | |
| bool (idaapi *calc_reference_data)(ea_t *target | |
| void (idaapi *get_format)(qstring *format) | |
| DECLARE_COMPARISONS (custom_refinfo_handler_t) | |
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) | |
| qstring * | format |
| qstring ea_t | ea |
| qstring ea_t int | opnum |
| qstring ea_t int const refinfo_t & | ri |
| qstring ea_t int const refinfo_t ea_t | from |
| qstring ea_t int const refinfo_t ea_t adiff_t * | opval |
| qstring ea_t int const refinfo_t ea_t adiff_t ea_t * | target |
| qstring ea_t int const refinfo_t ea_t adiff_t ea_t ea_t * | fullvalue |
| qstring ea_t int const refinfo_t ea_t adiff_t ea_t ea_t int | getn_flags |
| ea_t * | base |
| ea_t ea_t | from |
| ea_t ea_t const refinfo_t & | ri |
| ea_t ea_t const refinfo_t adiff_t | opval |
Manage a custom refinfo type Custom refinfos are usually used to handle custom fixups, but can also be used to display non-standard references.
| custom_refinfo_handler_t::int | ( | idaapi * | gen_expr | ) |
| custom_refinfo_handler_t::bool | ( | idaapi * | calc_reference_data | ) |
| custom_refinfo_handler_t::void | ( | idaapi * | get_format | ) |
| custom_refinfo_handler_t::DECLARE_COMPARISONS | ( | custom_refinfo_handler_t | ) |
| int32 custom_refinfo_handler_t::cbsize |
size of this structure
| const char* custom_refinfo_handler_t::name |
Format name, must be unique.
| const char* custom_refinfo_handler_t::desc |
Refinfo description to use in Ctrl-R dialog.
| int custom_refinfo_handler_t::props |
properties (currently 0)
| qstring* custom_refinfo_handler_t::format |
| ea_t* custom_refinfo_handler_t::base |