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

Method GetController

view/sharedcache/api/sharedcache.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166DSCRef<SharedCacheController> SharedCacheController::GetController(BinaryView &view)
167{
168 BNSharedCacheController *controller = BNGetSharedCacheController(view.GetObject());
169 if (controller == nullptr)
170 return nullptr;
171 return new SharedCacheController(controller);
172}
173
174bool SharedCacheController::ApplyRegion(BinaryView &view, const CacheRegion &region)
175{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.45

Tested by

no test coverage detected