You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## UE4Dumper(Unreal Engine 4 Dumper)
2
-
Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Supported Game. You can Find Latest Dumped SDK from [HERE](https://github.com/kp7742/UE4Dumper/tree/master/SDKs/)
2
+
Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Supported Game in Android. You can Find Latest Dumped SDK from [HERE](https://github.com/kp7742/UE4Dumper/tree/master/SDKs/)
3
3
4
4
## Changelog
5
5
- v0.1: First Release
@@ -35,10 +35,11 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
35
35
36
36
## How to use
37
37
- You can Use latest precompiled Binaries from [HERE](https://github.com/kp7742/UE4Dumper/tree/master/libs/) or You Can build your Own.
38
-
- Needs Root Access or Virtual Space
39
-
- Get Root Shell through Adb or Terminal Apps(type and run: 'su') or Normal Shell into Virtual Space via Terminal Apps
40
-
- For Usage Help: ue4dumper -h
41
-
- For General Usage: ue4dumper <option(s)>
38
+
- Needs Either Root Access or Virtual Space
39
+
- Put Executable in folder like /data/local/tmp (/sdcard not allow to execute binary so don't put it there)
40
+
- Get Either Root Shell through Adb or Terminal Apps(type and run: 'su') or Normal Shell into Virtual Space via Terminal Apps in that folder
41
+
- Give it executable permission with either 'chmod +x ue4dumper' or 'chmod 755 ue4dumper'
42
+
- Run 'ue4dumper -h' For Usage Help
42
43
```
43
44
./ue4dumper -h
44
45
@@ -77,7 +78,7 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
77
78
- Clone this repo
78
79
- Install Android NDK, if not already.
79
80
- Open Shell/CMD in Project Folder
80
-
- Drag ndk-build of NDK in Shell or CMD and then Execute
81
+
- Drag ndk-build from NDK in Shell or CMD and then Execute
0 commit comments