UE5CEDumper — Unreal Engine 4/5 dumper (C++ DLL + Cheat Engine bridge + Avalonia UI).
About this release
This is a verification-and-repair release over the OLDER code — the parts of the tree
that predate the recent work and had never been audited. It is not a feature release.
The fix count is large enough that listing it would not help anyone, so it is not listed
here. What it amounts to: a great many small correctness and honesty fixes across the DLL,
the UI and the offline tooling. Most are of one kind — a report that did not match the
reality it described, or a check that could not have failed. Each fix carries a regression
test and a negative control proving that test goes red without it.
Where the old behaviour was already right, the change is behaviour-preserving; where it was
not, it is corrective. The visible difference should therefore be small.
⚠ **If anything regresses for you, fall back to the previous release (v2780)
The full commit list is available if you want it:
v2780…v3362
Setup
- Inject via the bundled Cheat Engine table (UE5CEDumper.CT), or drop the proxy version.dll into the game's Binaries\Win64.
- See Readme.MD for details.
The exe is unsigned — Windows SmartScreen / antivirus may warn on first run. Verify the download with the included .sha256.
Inject script likeinject-ue.ps1orUE5DumpUI.exemay be labeled as hacking tool by AntiVirus. Add them into exclude list, or review related code from repository, even compile yourself.