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

Method scanDynamic

python/examples/triage/imports.py:371–374  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369 self.setMinimumSize(UIContext.getScaledWindowSize(100, 196))
370
371 def scanDynamic(self):
372 find_dynamically_linked_funcs(self.data)
373 addedSymbols = list(filter(lambda x: x.name.endswith("@DYN"), self.data.get_symbols_of_type(SymbolType.ImportAddressSymbol)))
374 self.imports.model.extendEntries(addedSymbols)

Callers

nothing calls this directly

Calls 3

get_symbols_of_typeMethod · 0.80
extendEntriesMethod · 0.80

Tested by

no test coverage detected