Exemple #1
0
 public static extern int SetDisasmOptions(LLVMDisasmContextRef @DC, int @Options);
Exemple #2
0
 public static extern void DisasmDispose(LLVMDisasmContextRef @DC);
Exemple #3
0
 public static extern int DisasmInstruction(LLVMDisasmContextRef @DC, out char @Bytes, int @BytesSize, int @PC, IntPtr @OutString, int @OutStringSize);
Exemple #4
0
 public static extern IntPtr DisasmInstruction(LLVMDisasmContextRef DC, out byte Bytes, ulong BytesSize, ulong PC, out byte OutString, IntPtr OutStringSize);