Useful tool to help you fetch and dump Unreal Engine 4 Games information.
C++GPL-3.0
Deprecated
This version is deprecated use version 4 for more fixes and featuerCheatGear
Cheat Gear is not associated in anyway with the old UFT tool(v3) and has been completely rewritten.
The old tool(v3) will not be updated but will remain open source for anyone wanting to learn.
Unreal Finder Tool
Useful tool to help you fetch and dump Unreal Engine 4 Games information.
Support And Goals
I already spent a good count of my time to make this tool and improve it, and will give it more time with your support.
There are some goals we would like to achieve on patreon.
Now it's super super fast And Generate a Full Dump.
A lot of fixes.
Some core changes.
Fix bug that's case a non-full SDK.
Fix bugs when your target is x32 and the tool is x64.
Improves for Generated SDK:
Now it's ready to use direclty.
Support for Gobjects Chunks.
Add InitSdk Function.
Add FindObjects Function.
Solve bug, Some time Generator genrate a cpp keyword as param or bad char on variable names.
Some UI changes and bugs solved.
09-06-2019
JsonEngine is system that's use josn files as container for main ue4 structs.
Since UE4 have different versions, some time ue4 structs changes.
That's make fix specific games problems is easy, since the most of problems because of UE4 Version structs changes.
So JsonEngine give me the ability to just create an other json file that's have the changed structs to override default structs to support any other UE4 version.
SDK generator ReWork is hard changes for sdk generator.
That's make the tool now faster than before significantly.
Easy to add and improve feature In the future.
Tool Debugging, it's to help fetching why tool crashed and generate file that's help to solve the problem.
New UI that give me some space to add new Features.
Address Veiwer is a hex viwer to dump memory arround to address pulled form the tool.
That's give you ability to check if your address is valid to use or not.
Add some UI labels.
Unreal Version: That's fetch which UE that game development with.
Win Title: Get window title of target game.
GObjects/GName Finder Improved.
Let GNames address that's pulled from the finder to be used directly without need to dereference it.
GObjects Finder now get GObjects chunks address.
SDK Generator Improved.
Fix some bugs that's case some problem or missed offsets.
Fix some code form that's slow the generating progress.
Performance improves.
GObjects/GName Finder now really faster and more stability.
Instance Logger now really faster and more stability.
SDK Generator now really faster and more stability.