Constructor Disassembler
Disassembler(Triple, int, IDisassemblerCallbacks?)
Initializes a new instance of the Disassembler class.
public Disassembler(Triple triple, int tagType, IDisassemblerCallbacks? callBacks = null)
Parameters
tripleTripleTriple for the instruction set to disassemble
tagTypeintTODO: Explain this...
callBacksIDisassemblerCallbacksOptional callbacks [Default: null]
Remarks
The callBacks parameter is experimental and recommended left as the default value
Disassembler(Triple, LazyEncodedString, int, IDisassemblerCallbacks?)
Initializes a new instance of the Disassembler class.
public Disassembler(Triple triple, LazyEncodedString cpu, int tagType, IDisassemblerCallbacks? callBacks = null)
Parameters
tripleTripleTriple for the instruction set to disassemble
cpuLazyEncodedStringCPU string for the instruction set
tagTypeintTODO: Explain this...
callBacksIDisassemblerCallbacksOptional callbacks [Default: null]
Remarks
The callBacks parameter is experimental and recommended left as the default value
Disassembler(Triple, LazyEncodedString, LazyEncodedString, int, IDisassemblerCallbacks?)
Initializes a new instance of the Disassembler class.
public Disassembler(Triple triple, LazyEncodedString cpu, LazyEncodedString features, int tagType, IDisassemblerCallbacks? callBacks = null)
Parameters
tripleTripleTriple for the instruction set to disassemble
cpuLazyEncodedStringCPU string for the instruction set
featuresLazyEncodedStringCPU features for disassembling the instruction set
tagTypeintTODO:Explain this...
callBacksIDisassemblerCallbacksOptional callbacks [Default: null]
Remarks
The callBacks parameter is experimental and recommended left as the default value