Skip to content

Secxnd/DMA-UE-Dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMA UE Dumper

This Dumper does pretty much exactly what other more known projects like Dumper7, UEDumper, etc do but just for DMA

Quick Warning

The Dumper will NOT work right out of the Box.

You will need to do some changes yourself to make the Dumper work on the game you want to use it on.

Required Changes

- main.cpp

  • Make sure that the RVA's applied are correct for Sigs (Line 54 & 55)

- Dumper\Engine.h

  • Change ProcessName to your games process name
  • Change GObject and GName Sig
  • Change SDK Generation Path
  • Update Property offsets
  • Update EClassCastFlags, EFunctionFlags, EPropertyFlags
  • Make sure that the classes like UObject, UStruct etc reassemble the actual classes from your Game

- Dumper\Engine.cpp

  • Make sure that the Functions behave accordingly to your games's Engine version

- Dumper\Dumper.cpp

  • Make sure that the NumObject offset is correct (Line 13)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors