vesperpallens How do I cheat?
Reputation: 0
Joined: 02 Sep 2024 Posts: 6
|
Posted: Sat Sep 05, 2026 12:01 pm Post subject: Cheat Engine Runtime Unreal Engine Dumper/Collector |
|
|
Following Godot Engine Dumper (palepine/GDDumper on github) I created a while ago, I decided to put together an Unreal Engine alternative of it taking Dark Byte's UETools implementation as a basis.
The latest version can always be found & downloaded here palepine/ceUEDumper and merged with CE autorun folder.
I've tested the tool on a couple of games of different UE versions and I'm mostly satisfied with how it works at the moment.
How to use it: github.com/palepine/ceUEDumper/blob/master/docs/API.md
Features:
- Resolving offsets using UClass/runtime UObjects
- Registering the said offsets as symbols accordingly
- UFunction invocation & enumeration (both experimental)
- Struct dissector (uniform as of now)
- Portability design (facilitating table sharing)
The tool is under development since there's more to implement (eg dump objects/names functionality, struct dissector). I'd appreciate any feedback.
Mods, update the links if you please.
If you wanna support my endeavor - check the tool GitHub page. |
|