idaman ea_t ida_export get_entry(uval_t ord)
Get entry point address by its ordinal.
idaman size_t ida_export get_entry_qty(void)
Get number of entry points.
idaman bool ida_export add_entry(uval_t ord, ea_t ea, const char *name, bool makecode, int flags=AEF_UTF8)
Add an entry point to the list of entry points.
idaman ssize_t ida_export get_entry_name(qstring *buf, uval_t ord)
Get name of the entry point by its ordinal.
idaman uval_t ida_export get_entry_ordinal(size_t idx)
Get ordinal number of an entry point.
idaman ssize_t ida_export get_entry_forwarder(qstring *buf, uval_t ord)
Get forwarder name for the entry point by its ordinal.
idaman bool ida_export rename_entry(uval_t ord, const char *name, int flags=AEF_UTF8)
Rename entry point.
idaman bool ida_export set_entry_forwarder(uval_t ord, const char *name, int flags=AEF_UTF8)
Set forwarder name for ordinal.