MCPcopy 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
111void FileMetadata::SetOriginalFilename(const string& name)
112{
113 BNSetOriginalFilename(m_object, name.c_str());
114}
115
116
117string FileMetadata::GetFilename() const

Callers 1

GetPrimaryFilePathMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected