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

Method cs_disasm

bindings/java/capstone/Capstone.java:298–298  ·  view source on GitHub ↗
(Pointer handle, byte[] code, NativeLong code_len,
        long addr, NativeLong count, PointerByReference insn)

Source from the content-addressed store, hash-verified

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);
301 public int cs_close(PointerByReference handle);

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected