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

Function MappingToApi

view/sharedcache/core/ffi.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124BNSharedCacheMappingInfo MappingToApi(const dyld_cache_mapping_info& mapping)
125{
126 BNSharedCacheMappingInfo apiMapping;
127 apiMapping.vmAddress = mapping.address;
128 apiMapping.size = mapping.size;
129 apiMapping.fileOffset = mapping.fileOffset;
130 return apiMapping;
131}
132
133BNSharedCacheEntry EntryToApi(const CacheEntry& entry)
134{

Callers 1

EntryToApiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected