MCPcopy Create free account
hub / github.com/capstone-engine/capstone / cs_free

Method cs_free

bindings/java/capstone/Capstone.java:300–300  ·  view source on GitHub ↗
(Pointer p, NativeLong count)

Source from the content-addressed store, hash-verified

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

Callers 4

cs_disasm_quickFunction · 0.80
cs_disasm_liteFunction · 0.80
disasmMethod · 0.80
disasm_liteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected