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

Method GetOriginalFilename

filemetadata.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102string FileMetadata::GetOriginalFilename() const
103{
104 char* str = BNGetOriginalFilename(m_object);
105 string result = str;
106 BNFreeString(str);
107 return result;
108}
109
110
111void FileMetadata::SetOriginalFilename(const string& name)

Callers 4

SharedCacheBuilderMethod · 0.80
SharedCacheViewMethod · 0.80
GetPrimaryFilePathMethod · 0.80
FileInfoWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected