Browse by type
Generate sdk and functions script for unreal engine games on android.
The dumper is based on UE4Dumper-4.25 project.
Simply load or inject the library with whichever method and let it do it's thing. Run logcat with tag filter "UEDump3r" for dump logs. The dump output will be at the game's external data folder (/sdcard/Android/data/< game >/files) to avoid external storage permission.
You will have to push the dumper in an executable directory like /data/local/tmp then give it execute permission. Its recommended to have adb, you can check push script for this. Use the compatible dumper, if game is 64bit use arm64 or x86_64, if 32bit then use arm or x86 version.
Usage: ./UEDump3r [-h] [-o] [ options ]
Required arguments:
-o, --output specify output directory path.
Optional arguments:
-h, --help show available arguments
-p, --package specify game package ID in advance.
-d, --dumplib dump UE library from memory.
Follow the prototype in GameProfiles
You can also use the provided patterns to find GUObjectArray, GNames or NamePoolData.
You need to have 'make' installed on your OS and NDK_HOME env variable should be set.
git clone --recursive https://github.com/MJx0/AndUEDumper
cd AndUEDumper/AndUEDumper
make clean && make
$ claude mcp add AndUEDumper \
-- python -m otcore.mcp_server <graph>