示例#1
0
 public void EndDisassembly()
 {
     CapstoneAPI.cs_free(InstrBuffer, 1);
     InstrBuffer = IntPtr.Zero;
 }