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

Method GetFlagValueAtInstruction

lowlevelil.cpp:895–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893
894
895RegisterValue LowLevelILFunction::GetFlagValueAtInstruction(uint32_t flag, size_t instr)
896{
897 BNRegisterValue value = BNGetLowLevelILFlagValueAtInstruction(m_object, flag, instr);
898 return RegisterValue::FromAPIObject(value);
899}
900
901
902RegisterValue LowLevelILFunction::GetFlagValueAfterInstruction(uint32_t flag, size_t instr)

Callers 2

GetFlagValueMethod · 0.45
GetFlagValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected