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

Method GetObject

view/kernelcache/api/kernelcacheapi.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 virtual ~KCRefCountObject() {}
27
28 T *GetObject() const { return m_object; }
29
30 static T *GetObject(KCRefCountObject *obj) {
31 if (!obj)

Callers 3

GetObjectMethod · 0.45
KernelCacheMethod · 0.45
FastGetImageCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected