udis86.c.types

Undocumented in source.

Members

Aliases

ud_mnemonic_code_t
alias ud_mnemonic_code_t = ud_mnemonic_code
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_operand_t
alias ud_operand_t = ud_operand
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_t
alias ud_t = ud
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_type_t
alias ud_type_t = ud_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ud_type
enum ud_type

All possible "types" of objects in udis86. Order is Important!

Manifest constants

UD_EOI
enum UD_EOI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UD_INP_CACHE_SZ
enum UD_INP_CACHE_SZ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UD_SYN_ATT
enum UD_SYN_ATT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UD_SYN_INTEL
enum UD_SYN_INTEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UD_VENDER_AMD
enum UD_VENDER_AMD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UD_VENDOR_ANY
enum UD_VENDOR_ANY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UD_VENDOR_INTEL
enum UD_VENDOR_INTEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ud
struct ud

udis86 object

ud_itab_entry
struct ud_itab_entry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_lookup_table_list_entry
struct ud_lookup_table_list_entry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_operand
struct ud_operand

Disassembled instruction operand

Unions

ud_lval
union ud_lval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta