C# 클래스 SharpDisasm.Translators.ATTTranslator

Translates to AT&T syntax
상속: Translator
파일 보기 프로젝트 열기: spazzarama/SharpDisasm

공개 메소드들

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

Translate a list of instructions separated by Environment.NewLine.

Translate ( Instruction insn ) : string

Translate a single instruction

비공개 메소드들

메소드 설명
gen_operand ( Instruction u, Operand op ) : void
opr_cast ( Instruction insn, Operand op ) : void
ud_translate_att ( Instruction u ) : void

메소드 상세

Translate() 공개 메소드

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

Translate() 공개 메소드

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