C# Class SharpDisasm.Translators.IntelTranslator

Translates instructions to Intel ASM syntax
Inheritance: Translator
Afficher le fichier Open project: spazzarama/SharpDisasm Class Usage Examples

Méthodes publiques

Méthode Description
Translate ( IEnumerable insns ) : string

Translate a list of instructions separated by Environment.NewLine.

Translate ( Instruction insn ) : string

Translate a single instruction

Private Methods

Méthode Description
gen_operand ( Instruction insn, Operand op, int syn_cast ) : void
opr_cast ( Instruction insn, Operand op ) : void
ud_translate_intel ( Instruction insn ) : void

Method Details

Translate() public méthode

Translate a list of instructions separated by Environment.NewLine.
public Translate ( IEnumerable insns ) : string
insns IEnumerable The instructions to translate
Résultat string

Translate() public méthode

Translate a single instruction
public Translate ( Instruction insn ) : string
insn Instruction
Résultat string