Skip to content

Useful tool to help you fetch and dump Unreal Engine 4 Games information.

License

Notifications You must be signed in to change notification settings

kovidomi/Unreal-Finder-Tool

 
 

Repository files navigation

Unreal Finder Tool

Useful tool to help you fetch and dump Unreal Engine 4 Games information.

Features

  • Nice and Easy UI.
  • Find GNames.
  • Find GObjects.
  • Instance Logger.
  • Sdk Generator. Based on @KN4CK3R (External, More effective, Faster and Multi-thread)
  • Kenrnal to read process memory. Based on @harakirinox

Compatibility

  • Windows 64bit, (32/64bit) games.
  • Windows 32bit, (32bit) games Only.
  • All UE4 Games, (32/64bit).

How to use

This video tell you how to use the tool and dump sdk for ue4 game. Youtube Video

Download

Download last version from Here.

ScreenShots

ui_1 ui_2 ui_3 ui_3

Change Log

04-07-2019
03-07-2019
  • 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.
01-07-2019
  • 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.
31-06-2019
  • Add Class Finder.
    • Search for instance with his class name.
    • Useful to find some hard adrress, for ex: to make a sig to scan.
30-06-2019
  • Add new settings.
  • Sdk Generator +10% faster.
  • Add Game Name, Game Version to Sdk Generator.
  • Add Sdk Type to Sdk Generator.
    • Internal: Usually used when your target is inject dll into game process.
      • It's generate functions and funtction params. without ReadAsMe/WriteAsMe function.
      • You can directly cast/write block of memory as your class/struct.
    • External: Usually used when your target is write or read game process memory from your process.
      • Support read as object (class/struct) with ReadAsMe function in every class/struct.
      • Support write as object (class/struct) with WriteAsMe function in every class/struct.
      • It's useful to read/write block of memory as class/struct.
      • No functions generaterd for external for now. maybe later i will support call function from external.
      • To support ReadAsMe/WriteAsMe in your project, you need to edit settings file.
      • Good example for read function here, for write function same as read but WriteProcessMemory.
  • Some Optimization.
28-06-2019
  • Add UI.
  • Some changes to SDK Generator and Instance Logger.
  • Let GObject address getted form GObject Finder be valid to use directly.
    • You can now just set the address you get from GObjects finder in the GObject input field.
25-06-2019
  • Add SDK Generator.
  • Add Settings file.
  • Improve Instance Logger.
09-06-2019
  • Add JSON reflctor.
  • Convert Instance Logger to JSON reflector.
06-06-2019
  • Add Instance Logger.
02-06-2019
  • First version released

About

Useful tool to help you fetch and dump Unreal Engine 4 Games information.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.7%
  • C 21.3%