(int arch, int mode, PointerByReference handle)
| 295 | |
| 296 | private interface CS extends Library { |
| 297 | public int cs_open(int arch, int mode, PointerByReference handle); |
| 298 | public NativeLong cs_disasm(Pointer handle, byte[] code, NativeLong code_len, |
| 299 | long addr, NativeLong count, PointerByReference insn); |
| 300 | public void cs_free(Pointer p, NativeLong count); |
no outgoing calls
no test coverage detected