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

Function MappingFromApi

view/sharedcache/api/sharedcache.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68CacheMappingInfo MappingFromApi(BNSharedCacheMappingInfo apiMapping)
69{
70 CacheMappingInfo mapping {};
71 mapping.vmAddress = apiMapping.vmAddress;
72 mapping.size = apiMapping.size;
73 mapping.fileOffset = apiMapping.fileOffset;
74 return mapping;
75}
76
77BNSharedCacheEntry EntryToApi(const CacheEntry &entry)
78{

Callers 1

EntryFromApiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected