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

Function MCInst_getOpcodePub

MCInst.c:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74unsigned MCInst_getOpcodePub(const MCInst *inst)
75{
76 return inst->OpcodePub;
77}
78
79MCOperand *MCInst_getOperand(MCInst *inst, unsigned i)
80{

Callers 1

fill_insnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…