C# 클래스 SharpDisasm.Translators.IntelTranslator

Translates instructions to Intel ASM syntax
상속: Translator
파일 보기 프로젝트 열기: spazzarama/SharpDisasm 1 사용 예제들

공개 메소드들

메소드 설명
Translate ( IEnumerable insns ) : string

Translate a list of instructions separated by Environment.NewLine.

Translate ( Instruction insn ) : string

Translate a single instruction

비공개 메소드들

메소드 설명
gen_operand ( Instruction insn, Operand op, int syn_cast ) : void
opr_cast ( Instruction insn, Operand op ) : void
ud_translate_intel ( Instruction insn ) : void

메소드 상세

Translate() 공개 메소드

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

Translate() 공개 메소드

Translate a single instruction
public Translate ( Instruction insn ) : string
insn Instruction
리턴 string