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

Method cs_errno

bindings/java/capstone/Capstone.java:313–313  ·  view source on GitHub ↗
(Pointer csh)

Source from the content-addressed store, hash-verified

311 public byte cs_reg_read(Pointer csh, Pointer insn, int id);
312 public byte cs_reg_write(Pointer csh, Pointer insn, int id);
313 public int cs_errno(Pointer csh);
314 public int cs_version(IntByReference major, IntByReference minor);
315 public boolean cs_support(int query);
316 public String cs_strerror(int code);

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected