Please add by offset/address too
Closed this issue · 0 comments
0xcds4r commented
template <typename RType> auto GetValue(void* obj, unsigned int offset) -> RType { return *reinterpret_cast<RType*>(reinterpret_cast<uintptr_t>(obj) + offset); }
look like that
and.. i like this project, good work)