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

Method GetHighLevelIL

function.cpp:902–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900
901
902Ref<HighLevelILFunction> Function::GetHighLevelIL() const
903{
904 BNHighLevelILFunction* function = BNGetFunctionHighLevelIL(m_object);
905 if (!function)
906 return nullptr;
907 return new HighLevelILFunction(function);
908}
909
910
911Ref<HighLevelILFunction> Function::GetHighLevelILIfAvailable() const

Calls

no outgoing calls

Tested by

no test coverage detected