Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ SetOriginalFilename
Method
SetOriginalFilename
filemetadata.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
void FileMetadata::SetOriginalFilename(const string& name)
112
{
113
BNSetOriginalFilename(m_object, name.c_str());
114
}
115
116
117
string FileMetadata::GetFilename() const
Callers
1
GetPrimaryFilePath
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected