UnityResolve.hpp
UnityResolve.hpp copied to clipboard
Please add by offset/address too
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)