This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
Releases: CorrM/Unreal-Finder-Tool
Releases · CorrM/Unreal-Finder-Tool
Version 3.1.0
Version 3.0.9
- Improves for
SDK-Generator
:- Now it's
super super fast
And Generate aFull 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.
- Now it's
- 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.
- Support for
- Now it's ready to use direclty.
- Some
UI
changes and bugs solved.
Version 3.0.1
It's hot-fix for startup crash #26
Version 3.0.0
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.
- Since UE4 have different versions, some time
SDK generator ReWork
is hard changes forsdk 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.
- Let
SDK Generator
Improved.- Fix some bugs that's case
some problem
ormissed offsets
. - Fix some code form that's slow the generating progress.
- Fix some bugs that's case
- 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.
BUGS
.- Fix some
UI
bugs. - Fix some
Finder
bugs.
- Fix some
Version 2.1.1
- Add Settings button.
- Start using Font Awesome
- Improve
Sdk Generator
.Sdk Generator
now significantly faster- Some organization for
Sdk Generator
code.
- Improve
Class Finder
.- Now can search for
class name
of address.- Put
instance address
and the tool will give you instanceclass name
- Put
- When you search for
class name
you will get also instance thatsderived
fromclass name
.- it's useful to find your target fast, you will get the name of
derived
next to instance address. - In example you search for
PlayerBase
you will getPlayerBase
,PlayerExtarBase
andGamePlayer
.
- it's useful to find your target fast, you will get the name of
- Now significantly faster.
- Now can search for
Version 2.2.0
-
Add
Class Finder
.- Search for instance with his
class name
. - Useful to find some
hard adrress
, for ex: to make asig
to scan.
- Search for instance with his
-
Support GObjects Chunks.
- Some games use
GObject's chunks
as same asGNames
, so i just support it. - You still can set the addres of
first UObject
in GObject list orfirst chunk
address. - Auto detect it's first
UObject
or firstchunk
address.
- Some games use
Version 2.1.0
Version 2.0.0
- Add UI.
- Some changes to
SDK Generator
andInstance Logger
. - Let GObject address getted form
GObject Finder
valid to use directly.
Version 1.2.0
25-06-2019 #3
- Add Sdk Generator
- Add Settings file.
- Improve Instance Logger.
Version 1.1.0
some bugs fixed.