v5.0.7.7-beta
Release Notes
Features
- Add
--objects-xor-key
option tounreal search object
,unreal instance dump
, andunreal sdk generate
- This option will do something like that
GObjects->Objects = reinterpret_cast<uintptr_t>(GObjects->Objects) ^ OBJECTS_XOR_KEY
- Keep in mind you still need to make manual changes to the generated SDK
- This option will do something like that
Improvements
- General Bugs and Enhancements