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

Method GetObject

view/sharedcache/api/sharedcacheapi.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 virtual ~DSCRefCountObject() = default;
22
23 T *GetObject() const { return m_object; }
24
25 static T *GetObject(DSCRefCountObject *obj) {
26 if (!obj)

Callers 4

GetControllerMethod · 0.45
ApplyRegionMethod · 0.45
ApplyImageMethod · 0.45
GetObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected