Property | Type | Description | |
---|---|---|---|
_rex | byte | ||
adr_mode | byte | ||
asm_buf | char[] | ||
asm_buf_fill | int | ||
asm_buf_int | char[] | ||
asm_buf_size | int | ||
br_far | byte | ||
br_near | byte | ||
dis_mode | byte | ||
error | byte | ||
errorMessage | string | ||
have_modrm | byte | ||
inp_buf | IAssemblyCode | ||
inp_buf_index | int | ||
inp_buf_size | int | ||
inp_ctr | int | ||
inp_curr | byte | ||
inp_end | int | ||
inp_file | System.IO.FileStream | ||
inp_hook | UdInputCallback | ||
inp_peek | int | ||
insn_offset | ulong | ||
itab_entry | |||
le | |||
mnemonic | ud_mnemonic_code | ||
modrm | byte | ||
modrm_offset | byte | ||
operand | SharpDisasm.Udis86.ud_operand[] | ||
opr_mode | byte | ||
pc | System.UInt64 | ||
pfx_adr | byte | ||
pfx_lock | byte | ||
pfx_opr | byte | ||
pfx_rep | byte | ||
pfx_repe | byte | ||
pfx_repne | byte | ||
pfx_rex | byte | ||
pfx_seg | byte | ||
pfx_str | byte | ||
primary_opcode | byte | ||
sym_resolver | UdSymbolResolverDelegate | ||
translator | UdTranslatorDelegate | ||
vendor | byte | ||
vex_b1 | byte | ||
vex_b2 | byte | ||
vex_op | byte |
Method | Description | |
---|---|---|
ud ( ) : System |
Initializes a new instance of the ud class.
|
public ud_itab_entry,SharpDisasm.Udis86 itab_entry | ||
return |
public ud_lookup_table_list_entry,SharpDisasm.Udis86 le | ||
return |
public ud_operand[],SharpDisasm.Udis86 operand | ||
return | SharpDisasm.Udis86.ud_operand[] |
public UdSymbolResolverDelegate sym_resolver | ||
return | UdSymbolResolverDelegate |