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

Method GetFileName

view/sharedcache/core/SharedCache.h:157–157  ·  view source on GitHub ↗

Ex. "dyld_shared_cache_arm64e"

Source from the content-addressed store, hash-verified

155 const std::string& GetFilePath() const { return m_filePath; }
156 // Ex. "dyld_shared_cache_arm64e"
157 const std::string GetFileName() const { return m_fileName; }
158 const dyld_cache_header& GetHeader() const { return m_header; }
159 const std::vector<dyld_cache_mapping_info>& GetMappings() const { return m_mappings; }
160 const std::vector<std::pair<std::string, dyld_cache_image_info>>& GetImages() const { return m_images; }

Callers 5

ProcessEntryMethod · 0.80
InitControllerMethod · 0.80
EntryToApiFunction · 0.80
ProcessEntryRegionsMethod · 0.80
ProcessEntrySlideInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected