|
IDA SDK
|
Functions | |
| idaman ea_t ida_export | get_vftable_ea (uint32 ordinal) |
| Get address of a virtual function table. More... | |
| idaman uint32 ida_export | get_vftable_ordinal (ea_t vftable_ea) |
| Get ordinal number of the virtual function table. More... | |
| idaman bool ida_export | set_vftable_ea (uint32 ordinal, ea_t vftable_ea) |
| Set the address of a vftable instance for a vftable type. More... | |
| bool | del_vftable_ea (uint32 ordinal) |
| Delete the address of a vftable instance for a vftable type. More... | |
| idaman ea_t ida_export get_vftable_ea | ( | uint32 | ordinal | ) |
Get address of a virtual function table.
| ordinal | ordinal number of a vftable type. |
| idaman uint32 ida_export get_vftable_ordinal | ( | ea_t | vftable_ea | ) |
Get ordinal number of the virtual function table.
| vftable_ea | address of a 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.
| vftable_ea | address of a virtual function table. |
| ordinal | ordinal number of the corresponding vftable type. |
|
inline |
Delete the address of a vftable instance for a vftable type.
| ordinal | ordinal number of a vftable type. |