bags432 / frida-ue4dump

UE4 dump frida script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frida-ue4dump

UE4 dump frida script for UE >= 4.23 64bit
Heavily based on UE4Dumper
Tested on the games listed below. It might not work correctly with other games unless you fix the offsets in script.js

  • NIGHT CROWS (Android, iOS, UE5? seems fine)
  • Arena Breakout (Android, iOS)
  • Odin, Vahalla Rising (Android, iOS)
  • Real Boxing 2 (Android, iOS)
  • Mortal Kombat (Android)
  • Dislyte (Android)

Usage

  1. Attach
frida -Ul script.js <UE4 Game>
  1. Set
Call set(<moduleName>) on terminal(ex. set("libUE4.so"))

It will set moduleBase, GUObjectArray, GName
If it cannot find GUObjectArray, GName, need to provide those values manually
  1. Dump
dumpSdk()

image

Credits

About

UE4 dump frida script

License:MIT License


Languages

Language:JavaScript 100.0%