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

Function specifierForUID

arch/X86/X86DisassemblerDecoder.c:268–271  ·  view source on GitHub ↗

* specifierForUID - Given a UID, returns the name and operand specification for * that instruction. * * @param uid - The unique ID for the instruction. This should be returned by * decode(); specifierForUID will not check bounds. * @return - A pointer to the specification for that instruction. */

Source from the content-addressed store, hash-verified

266 * @return - A pointer to the specification for that instruction.
267 */
268static const struct InstructionSpecifier *specifierForUID(InstrUID uid)
269{
270 return &INSTRUCTIONS_SYM[uid];
271}
272
273/*
274 * consumeByte - Uses the reader function provided by the user to consume one

Callers 1

getIDFunction · 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…