Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Releases: CorrM/Unreal-Finder-Tool

Version 3.1.0

25 Jun 00:04
c9e69e5
Compare
Choose a tag to compare
  • Support ProcessEvent.
  • Add colors for GObjects input field.
  • Add some useful items on Menu Button.
  • Add Donate Popup.
  • Some Improves for GObjects Finder.
  • Add example JsonEngine file DeadByDayLight.json.
  • Some Bugs fixed.

Version 3.0.9

18 Jun 10:00
5a6b363
Compare
Choose a tag to compare
  • Improves for SDK-Generator:
    • 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.

Version 3.0.1

10 Jun 03:38
Compare
Choose a tag to compare

It's hot-fix for startup crash #26

Version 3.0.0

09 Jun 10:13
Compare
Choose a tag to compare
  • 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.
  • BUGS.
    • Fix some UI bugs.
    • Fix some Finder bugs.

Version 2.1.1

04 Jun 04:24
eeb84d3
Compare
Choose a tag to compare
  • 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 instance class name
    • When you search for class name you will get also instance thats derived from class 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 get PlayerBase, PlayerExtarBase and GamePlayer.
    • Now significantly faster.

Version 2.2.0

02 Jun 03:31
5221801
Compare
Choose a tag to compare
  • Add Class Finder.

    • Search for instance with his class name.
    • Useful to find some hard adrress, for ex: to make a sig to scan.
  • Support GObjects Chunks.

    • Some games use GObject's chunks as same as GNames, so i just support it.
    • You still can set the addres of first UObject in GObject list or first chunk address.
    • Auto detect it's first UObject or first chunk address.

Version 2.1.0

30 May 15:31
be02ce0
Compare
Choose a tag to compare

Version 2.0.0

28 May 03:22
Compare
Choose a tag to compare
  • Add UI.
  • Some changes to SDK Generator and Instance Logger.
  • Let GObject address getted form GObject Finder valid to use directly.

Version 1.2.0

25 May 21:56
Compare
Choose a tag to compare

25-06-2019 #3

  • Add Sdk Generator
  • Add Settings file.
  • Improve Instance Logger.

Version 1.1.0

09 May 12:17
7f47c2d
Compare
Choose a tag to compare

some bugs fixed.