(Pointer p, NativeLong count)
| 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); |
| 301 | public int cs_close(PointerByReference handle); |
| 302 | public int cs_option(Pointer handle, int option, NativeLong optionValue); |
| 303 |
no outgoing calls
no test coverage detected