C# Class SharpDisasm.Udis86.syn

Afficher le fichier Open project: spazzarama/SharpDisasm

Méthodes publiques

Свойство Type Description
ud_reg_tab string[]

Méthodes publiques

Méthode 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 méthode

public static ud_asmprintf ( ud &u, string fmt ) : int
u ud
fmt string
Résultat int

ud_syn_print_addr() public méthode

public ud_syn_print_addr ( ud &u, long addr ) : void
u ud
addr long
Résultat void

ud_syn_print_imm() public méthode

public ud_syn_print_imm ( ud &u, ud_operand &op ) : void
u ud
op ud_operand
Résultat void

ud_syn_print_mem_disp() public méthode

public ud_syn_print_mem_disp ( ud &u, ud_operand &op, int sign ) : void
u ud
op ud_operand
sign int
Résultat void

ud_syn_rel_target() public méthode

public ud_syn_rel_target ( ud &u, ud_operand &opr ) : ulong
u ud
opr ud_operand
Résultat ulong

Property Details

ud_reg_tab public_oe static_oe property

public static string[] ud_reg_tab
Résultat string[]