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

Method GetFilename

filemetadata.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117string FileMetadata::GetFilename() const
118{
119 char* str = BNGetFilename(m_object);
120 string result = str;
121 BNFreeString(str);
122 return result;
123}
124
125
126void FileMetadata::SetFilename(const string& name)

Callers 2

DeleteControllerFunction · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected