Class ScanResult#
Defined in File ScanResult.hpp
Class Documentation#
-
class ScanResult#
ScanResult containing the first occurrence of the pattern in the binary, or nullptr.
Public Functions
-
inline explicit ScanResult(void *addr)#
Create a new ScanResult instance
- Parameters
addr – memory address
-
template<typename T>
inline T *Get(size_t offset = 0)# Get this ScanResult’s address and cast it to T*
- Parameters
offset – the offset to add to the current address.
- Template Parameters
T – type to cast to.
Private Members
-
void *m_Addr#
-
inline explicit ScanResult(void *addr)#