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

Method regRead

bindings/java/capstone/Capstone.java:224–226  ·  view source on GitHub ↗
(int reg_id)

Source from the content-addressed store, hash-verified

222 }
223
224 public boolean regRead(int reg_id) {
225 return cs.cs_reg_read(csh, raw.getPointer(), reg_id) != 0;
226 }
227
228 public boolean regWrite(int reg_id) {
229 return cs.cs_reg_write(csh, raw.getPointer(), reg_id) != 0;

Callers

nothing calls this directly

Calls 1

cs_reg_readMethod · 0.80

Tested by

no test coverage detected