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