|
IDA C++ SDK 9.2
|
Functions | |
| idaman ea_t ida_export | get_vftable_ea (uint32 ordinal) |
| Get address of a virtual function table. | |
| idaman uint32 ida_export | get_vftable_ordinal (ea_t vftable_ea) |
| Get ordinal number of the virtual function table. | |
| idaman bool ida_export | set_vftable_ea (uint32 ordinal, ea_t vftable_ea) |
| Set the address of a vftable instance for a vftable type. | |
| bool | del_vftable_ea (uint32 ordinal) |
| Delete the address of a vftable instance for a vftable type. | |
Get address of a virtual function table.
| ordinal | ordinal number of a vftable type. |
Get ordinal number of the virtual function table.
| vftable_ea | address of a virtual function table. |
Set the address of a vftable instance for a vftable type.
| vftable_ea | address of a virtual function table. |
| ordinal | ordinal number of the corresponding vftable type. |