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

Method GetFile

database.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532
533
534Ref<FileMetadata> Database::GetFile()
535{
536 return new FileMetadata(BNGetDatabaseFile(m_object));
537}
538
539
540void Database::ReloadConnection()

Callers 15

KCViewMethod · 0.45
ViewSpecificStateForViewFunction · 0.45
KernelCacheMethod · 0.45
GetLoadProgressMethod · 0.45
UniversalViewMethod · 0.45
CreateMethod · 0.45
IsTypeValidForDataMethod · 0.45
MachoViewMethod · 0.45
ElfViewMethod · 0.45
SharedCacheBuilderMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36