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

Function BNSharedCacheFreeImage

view/sharedcache/core/ffi.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 void BNSharedCacheFreeImage(BNSharedCacheImage image)
351 {
352 BNFreeString(image.name);
353 delete[] image.regionStarts;
354 }
355
356 void BNSharedCacheFreeImageList(BNSharedCacheImage* images, size_t count)
357 {

Callers 7

ApplyImageMethod · 0.85
IsImageLoadedMethod · 0.85
GetImageAtMethod · 0.85
GetImageContainingMethod · 0.85
GetImageWithNameMethod · 0.85
GetImageDependenciesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected