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

Method cs_option

bindings/java/capstone/Capstone.java:302–302  ·  view source on GitHub ↗
(Pointer handle, int option, NativeLong optionValue)

Source from the content-addressed store, hash-verified

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);
305 public int cs_op_count(Pointer csh, Pointer insn, int type);

Callers 10

syntaxMethod · 0.80
skipdataMethod · 0.80
skipdata_setupMethod · 0.80
mnemonic_setupMethod · 0.80
detailMethod · 0.80
imm_unsignedMethod · 0.80
modeMethod · 0.80
setSyntaxMethod · 0.80
setDetailMethod · 0.80
setModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected