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

Method GetSemanticFlagGroupLowLevelILCallback

architecture.cpp:526–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525
526size_t Architecture::GetSemanticFlagGroupLowLevelILCallback(void* ctxt, uint32_t semGroup, BNLowLevelILFunction* il)
527{
528 CallbackRef<Architecture> arch(ctxt);
529 Ref<LowLevelILFunction> func(new LowLevelILFunction(BNNewLowLevelILFunctionReference(il)));
530 return arch->GetSemanticFlagGroupLowLevelIL(semGroup, *func);
531}
532
533
534void Architecture::FreeRegisterListCallback(void*, uint32_t* regs, size_t)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected