コード例 #1
0
ファイル: CapstoneWrapper.cs プロジェクト: RadWolfie/cs_x86
 public void EndDisassembly()
 {
     CapstoneAPI.cs_free(InstrBuffer, 1);
     InstrBuffer = IntPtr.Zero;
 }