udis86.c.extern_

Undocumented in source.

Members

Functions

ud_decode
uint ud_decode(ud* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_disassemble
uint ud_disassemble(ud* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_get_user_opaque_data
void* ud_get_user_opaque_data(const(ud)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_init
void ud_init(ud* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_input_end
int ud_input_end(const(ud)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_input_skip
void ud_input_skip(ud* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_asm
const(char)* ud_insn_asm(const(ud)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_hex
const(char)* ud_insn_hex(ud* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_len
uint ud_insn_len(const(ud)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_mnemonic
ud_mnemonic_code ud_insn_mnemonic(const(ud)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_off
ulong ud_insn_off(const(ud)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_opr
const(ud_operand)* ud_insn_opr(const(ud)* u, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_ptr
const(ubyte)* ud_insn_ptr(const(ud)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_insn_sext_imm
ulong ud_insn_sext_imm(const(ud)* , const(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_lookup_mnemonic
const(char)* ud_lookup_mnemonic(ud_mnemonic_code c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_opr_is_gpr
int ud_opr_is_gpr(const(ud_operand)* opr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_opr_is_sreg
int ud_opr_is_sreg(const(ud_operand)* opr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_asm_buffer
void ud_set_asm_buffer(ud* u, char* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_input_buffer
void ud_set_input_buffer(ud* , const(ubyte)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_input_file
void ud_set_input_file(ud* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_input_hook
void ud_set_input_hook(ud* , int function(ud*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_mode
void ud_set_mode(ud* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_pc
void ud_set_pc(ud* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_sym_resolver
void ud_set_sym_resolver(ud* u, const(char)* function(ud*, ulong, long*) resolver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_syntax
void ud_set_syntax(ud* , void function(ud*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_user_opaque_data
void ud_set_user_opaque_data(ud* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_set_vendor
void ud_set_vendor(ud* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_translate_att
void ud_translate_att(ud* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ud_translate_intel
void ud_translate_intel(ud* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta