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

Method GetRootExpr

highlevelil.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71HighLevelILInstruction HighLevelILFunction::GetRootExpr()
72{
73 return GetExpr(BNGetHighLevelILRootExpr(m_object));
74}
75
76
77void HighLevelILFunction::SetRootExpr(ExprId expr)

Callers 6

BeginLinesMethod · 0.80
EndLinesMethod · 0.80
GetExprTextMethod · 0.80
BeginLinesMethod · 0.80
EndLinesMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected