issuimo/UnityResolve.hpp

Please add by offset/address too

Closed this issue · 0 comments

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)