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

Method GetHighLevelILIfAvailable

function.cpp:911–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909
910
911Ref<HighLevelILFunction> Function::GetHighLevelILIfAvailable() const
912{
913 BNHighLevelILFunction* function = BNGetFunctionHighLevelILIfAvailable(m_object);
914 if (!function)
915 return nullptr;
916 return new HighLevelILFunction(function);
917}
918
919
920Ref<LanguageRepresentationFunction> Function::GetLanguageRepresentation(const string& language) const

Calls

no outgoing calls

Tested by

no test coverage detected