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

Method DefineImportedFunction

binaryview.cpp:3149–3153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3147
3148
3149void BinaryView::DefineImportedFunction(Ref<Symbol> importAddressSym, Ref<Function> func, Ref<Type> type)
3150{
3151 BNDefineImportedFunction(
3152 m_object, importAddressSym->GetObject(), func->GetObject(), type ? type->GetObject() : nullptr);
3153}
3154
3155
3156Ref<DebugInfo> BinaryView::GetDebugInfo()

Callers 3

RecognizeLowLevelILMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected