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

Method FileMetadata

filemetadata.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60FileMetadata::FileMetadata()
61{
62 m_object = BNCreateFileMetadata();
63}
64
65
66FileMetadata::FileMetadata(const string& filename)

Callers 15

_notifyMethod · 0.80
callbackMethod · 0.80
__init__Method · 0.80
_createMethod · 0.80
_parseMethod · 0.80
openMethod · 0.80
newMethod · 0.80
fileMethod · 0.80
_is_validMethod · 0.80
_parse_infoMethod · 0.80

Calls 2

c_strMethod · 0.80
GetPathOnDiskMethod · 0.80

Tested by

no test coverage detected