Method | Description | |
---|---|---|
Translate ( IEnumerable |
Translate a list of instructions separated by Environment.NewLine.
|
|
Translate ( Instruction insn ) : string |
Translate a single instruction
|
Method | Description | |
---|---|---|
gen_operand ( Instruction insn, Operand op, int syn_cast ) : void | ||
opr_cast ( Instruction insn, Operand op ) : void | ||
ud_translate_intel ( Instruction insn ) : void |
public Translate ( IEnumerable |
||
insns | IEnumerable |
The instructions to translate |
return | string |
public Translate ( Instruction insn ) : string | ||
insn | Instruction | |
return | string |