MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetInstructionLowLevelILCallback

Method GetInstructionLowLevelILCallback

architecture.cpp:301–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301bool Architecture::GetInstructionLowLevelILCallback(
302 void* ctxt, const uint8_t* data, uint64_t addr, size_t* len, BNLowLevelILFunction* il)
303{
304 CallbackRef<Architecture> arch(ctxt);
305 Ref<LowLevelILFunction> func(new LowLevelILFunction(BNNewLowLevelILFunctionReference(il)));
306 return arch->GetInstructionLowLevelIL(data, addr, *len, *func);
307}
308
309
310char* Architecture::GetRegisterNameCallback(void* ctxt, uint32_t reg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected