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

Method cs_open

bindings/java/capstone/Capstone.java:297–297  ·  view source on GitHub ↗
(int arch, int mode, PointerByReference handle)

Source from the content-addressed store, hash-verified

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);

Callers 4

cs_disasm_quickFunction · 0.80
cs_disasm_liteFunction · 0.80
__init__Method · 0.80
CapstoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected