Example #1
0
 internal static extern void cs_free(CsInsn *ptr, UIntPtr count);
Example #2
0
 internal static extern UIntPtr cs_disasm(UIntPtr handle, byte *code, IntPtr codeSize, ulong address, UIntPtr count, out CsInsn *insns);