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

Function get_detail

Mapping.h:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static inline cs_detail *get_detail(const MCInst *MI)
169{
170 assert(MI && MI->flat_insn);
171 return MI->flat_insn->detail;
172}
173
174#endif // CS_MAPPING_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…