Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
FileMetadata::FileMetadata()
61
{
62
m_object = BNCreateFileMetadata();
63
}
64
65
66
FileMetadata::FileMetadata(const string& filename)
Callers
15
_notify
Method · 0.80
callback
Method · 0.80
__init__
Method · 0.80
_create
Method · 0.80
_parse
Method · 0.80
open
Method · 0.80
new
Method · 0.80
file
Method · 0.80
_recognize_low_level_il
Method · 0.80
_recognize_medium_level_il
Method · 0.80
_is_valid
Method · 0.80
_parse_info
Method · 0.80
Calls
2
c_str
Method · 0.80
GetPathOnDisk
Method · 0.80
Tested by
no test coverage detected