Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetObject
Method · 0.45
KernelCache
Method · 0.45
FastGetImageCount
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected