Class Disassembler
Dis-assembler
Inheritance
Disassembler
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class Disassembler
Constructors
Disassembler(Triple, IntPtr, Int32, LLVMOpInfoCallback, LLVMSymbolLookupCallback) | Initializes a new instance of the Disassembler class. |
Disassembler(Triple, String, IntPtr, Int32, LLVMOpInfoCallback, LLVMSymbolLookupCallback) | Initializes a new instance of the Disassembler class. |
Disassembler(Triple, String, String, IntPtr, Int32, LLVMOpInfoCallback, LLVMSymbolLookupCallback) | Initializes a new instance of the Disassembler class. |
Methods
Disassemble(ReadOnlySpan<Byte>, UInt64, Int32) | Disassembles an instruction |
SetOptions(DisassemblerOptions) | Set the options for the disassembly |