Skip to content

Commit bb08707

Browse files
committed
Update README.md
1 parent 6328fb5 commit bb08707

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 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/)
33

44
## Changelog
55
- v0.1: First Release
@@ -35,10 +35,11 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
3535

3636
## How to use
3737
- 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
4243
```
4344
./ue4dumper -h
4445
@@ -77,7 +78,7 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
7778
- Clone this repo
7879
- Install Android NDK, if not already.
7980
- 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
8182
- Output will be in libs Folder.
8283

8384
## Credits

0 commit comments

Comments
 (0)