hackcatml / frida-ue4dump

UE4 dump frida script
MIT License
112 stars 25 forks source link

Wuthering Waves Issue #8

Closed hayate001 closed 2 months ago

hayate001 commented 4 months ago

I run frida -Ul script.js com.kurogame.wutheringwaves.global but it doesn't found the process. My frida-server running , and i try to open game manualy but still got the same error Failed to spawn: unable to find process with name 'com.kurogame.wutheringwaves.global' My devices is PX 7

hackcatml commented 4 months ago

Hello, should use -N option with game's package name. frida -Ul script.js -N com.kurogame.wutheringwaves.global

hayate001 commented 3 months ago

thank for update sir , but now i got dumsdk offset the same . too many function same offfset Untitled

hackcatml commented 2 months ago

All blueprint functions have the same offset(UObject::ProcessInternal(UObject*, FFrame&, void*)) If you want to observe blueprint functions, need to hook UObject::ProcessEvent(UFunction*, void*)