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

Method setDetail

bindings/java/capstone/Capstone.java:476–482  ·  view source on GitHub ↗
(int opt)

Source from the content-addressed store, hash-verified

474
475 // set detail option at run-time
476 public void setDetail(int opt) {
477 if (cs.cs_option(ns.csh, CS_OPT_DETAIL, new NativeLong(opt)) == CS_ERR_OK) {
478 this.detail = opt;
479 } else {
480 throw new RuntimeException("ERROR: Failed to set detail option");
481 }
482 }
483
484 // set mode option at run-time
485 public void setMode(int opt) {

Callers 9

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls 1

cs_optionMethod · 0.80

Tested by 9

mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64