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

Method cs_close

bindings/java/capstone/Capstone.java:301–301  ·  view source on GitHub ↗
(PointerByReference handle)

Source from the content-addressed store, hash-verified

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
304 public String cs_reg_name(Pointer csh, int id);

Callers 4

cs_disasm_quickFunction · 0.80
cs_disasm_liteFunction · 0.80
__del__Method · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected