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

Method GetExprValue

lowlevelil.cpp:821–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819
820
821RegisterValue LowLevelILFunction::GetExprValue(size_t expr)
822{
823 BNRegisterValue value = BNGetLowLevelILExprValue(m_object, expr);
824 return RegisterValue::FromAPIObject(value);
825}
826
827
828RegisterValue LowLevelILFunction::GetExprValue(const LowLevelILInstruction& expr)

Callers 3

GetValueMethod · 0.45
GetValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected