Skip to content

Apple iOS (iPhone and iPad tested) reinterpretation of the original simple offset/sdk dumper for ALL unreal engine games.

Notifications You must be signed in to change notification settings

IntervalMedia/UnrealDumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Dumper

Unreal Dumper is a simple app that automates the process of finding/dumping any unreal engine games offsets. It also generates a game SDK in seconds. This is a helpful tool for any game cheat developers as it allows them to update their products as soon as the game updates.

Compatibility

This works for all Unreal Engine 4+ games. It has not been tested for older versions but it might work.

This is not an executable, this is a dll that you inject into your game of choice to dump the offsets and game sdk.

Features

  • Dump all game offsets
  • Generate game SDK
  • Fast Execution
  • Open Source

How to use

Build

To use the release, download the latest version from the releases tab. Now, run the exe as administrator and then once the driver loads open your game. Now, when it injects you should see a cmd window open with the auto dumped offsets aswell as the SDK file path.

iOS Build

An experimental iOS port is provided in the iOS/Tweak directory. It uses the Theos build system together with runtime and memory utilities adapted from iOS_UEDumper.

To build a debian package for jailbroken or rootless devices run:

cd iOS/Tweak
make package

The resulting .deb can be installed on a device with a package manager such as Filza or via dpkg -i.

Source

To use the source, simply build the source as release. This will place a dll in the build folder. Now just inject this dll using any dll injector and your good to go!

Credits

Made By Payson and the EZFN Dev Team Portions of the iOS build are based on code from iOS_UEDumper licensed under the MIT License (see iOS/LICENSE.MIT).

About

Apple iOS (iPhone and iPad tested) reinterpretation of the original simple offset/sdk dumper for ALL unreal engine games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • Objective-C++ 5.3%
  • C 1.3%
  • Makefile 0.2%