UnityResolve.hpp icon indicating copy to clipboard operation
UnityResolve.hpp copied to clipboard

Please add by offset/address too

Open 0xcds4r opened this issue 1 year ago • 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)

0xcds4r avatar Oct 01 '24 06:10 0xcds4r