C# Class SharpDisasm.Udis86.syn

显示文件 Open project: spazzarama/SharpDisasm

Public Properties

Property Type Description
ud_reg_tab string[]

Public Methods

Method Description
ud_asmprintf ( ud &u, string fmt ) : int
ud_syn_print_addr ( ud &u, long addr ) : void
ud_syn_print_imm ( ud &u, ud_operand &op ) : void
ud_syn_print_mem_disp ( ud &u, ud_operand &op, int sign ) : void
ud_syn_rel_target ( ud &u, ud_operand &opr ) : ulong

Method Details

ud_asmprintf() public static method

public static ud_asmprintf ( ud &u, string fmt ) : int
u ud
fmt string
return int

ud_syn_print_addr() public method

public ud_syn_print_addr ( ud &u, long addr ) : void
u ud
addr long
return void

ud_syn_print_imm() public method

public ud_syn_print_imm ( ud &u, ud_operand &op ) : void
u ud
op ud_operand
return void

ud_syn_print_mem_disp() public method

public ud_syn_print_mem_disp ( ud &u, ud_operand &op, int sign ) : void
u ud
op ud_operand
sign int
return void

ud_syn_rel_target() public method

public ud_syn_rel_target ( ud &u, ud_operand &opr ) : ulong
u ud
opr ud_operand
return ulong

Property Details

ud_reg_tab public_oe static_oe property

public static string[] ud_reg_tab
return string[]