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

Method GetPtr

binaryninjaapi.h:361–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 bool operator<(const Ref<T>& obj) const { return T::GetObject(m_obj) < T::GetObject(obj.m_obj); }
360
361 T* GetPtr() const { return m_obj; }
362 };
363
364 /*!

Callers 9

GetSSAFormMethod · 0.45
HasMediumLevelILMethod · 0.45
Confidence<Ref<T>>Class · 0.45
operator->Method · 0.45
operator()Method · 0.45
formatMethod · 0.45
GetSSAFormMethod · 0.45
GetSSAFormMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected