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
+30-17
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,47 @@
1
1
## UE4Dumper(Unreal Engine 4 Dumper)
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/)
2
+
Unreal Engine 4 Dumper for Android Devices, 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
6
6
- v0.2: Experimental 64bit Support Added
7
-
- v0.3: Fix Object Iteration Issue during Dumping SDK, Added Support to Resolve Arrays, Sets and Maps Structure
8
-
- v0.4: 1) Expanded 64bit Support,
9
-
2) Fixed 64bit Library Rebuilding Not Working
10
-
3) Added New Elf Dump Fix for 64bit Library
11
-
4) Added Option to Dump SDK with GWorld
12
-
5) Updated Usage Text.
7
+
- v0.3:
8
+
-1) Fix Object Iteration Issue during Dumping SDK
9
+
-2) Added Support to Resolve Arrays, Sets and Maps Structure
10
+
- v0.4:
11
+
-1) Expanded 64bit Support,
12
+
-2) Fixed 64bit Library Rebuilding Not Working
13
+
-3) Added New Elf Dump Fix for 64bit Library
14
+
-4) Added Option to Dump SDK with GWorld
15
+
-5) Updated Usage Text
13
16
- v0.5: Added Support to Resolve Functions
14
-
- v0.6: 1) Added Support for UE 4.23+ Games for Strings and Objects(Use new Option: --newue)
15
-
2) Added 64bit Offsets to Fix 64bit Support
16
-
3) Updated SDK Generation Method for Faster Dumping
17
-
4) Short Options has been remove due to conflict with new options
18
-
- v0.7: Fixed Object Dumping issue for PUBG CN(As of Now Tested on GP v1.8.10.8640).
17
+
- v0.6:
18
+
-1) Added Support for UE 4.23+ Games for Strings and Objects(Use new Option: --newue)
19
+
-2) Added 64bit Offsets to Fix 64bit Support
20
+
-3) Updated SDK Generation Method for Faster Dumping
21
+
-4) Short Options has been remove due to conflict with new options
22
+
- v0.7: Fixed Object Dumping issue for PUBG CN(Tested on GP v1.8.10)
19
23
- v0.8: Fixed 64bit Support for Latest PUBG Version
20
24
- v0.9: Fixed Dumping issue with 64bit PUBG
25
+
- v0.10:
26
+
-1) Added Option to View Actors of Main Level(Use new Option: --actors)
27
+
-2) Support for PUBG CN(GP) Fixed(Tested on GP v1.9.10)
28
+
-3) Fixed Some Offsets Issues due to Modified UE4 Versions
29
+
-4) Offsets System Updated to Work with Other games, other then PUBG
21
30
22
31
## Features
23
32
- No need of Ptrace
24
33
- Bypass Anti Debugging
25
34
- Dumping of Lib from Memory of Game
26
35
- Fix and Regenerate So(Elf) File from Dump
27
36
- Dumping of Game Structure SDK file(Need to Find Pointers Manually)
28
-
- Support Fast Dumping(May Miss some data)
29
-
- Support SDK Dumping for UE4 Based Games
37
+
- Support Fast Dumping(Might Miss some data)
38
+
- Support SDK Dumping for UE4 Based Android Games
30
39
- Tested on 32bit and 64bit PUBG Mobile Series
31
40
32
41
## Note
33
42
- Use 32bit and 64bit Version on Respected Arch of Game.
43
+
- Some Games with Modified UE4 Might not Dump Correctly.
34
44
- Recommend to use in Training Mode for PUBG Mobile.
35
-
- Fortnite using modified engine so SDK Dumping is Not Possible right now.
36
45
- If it stuck during Generating SDK, Then Simple Stop it, Check Dump file and If needed then Try again.
37
46
38
47
## How to use
@@ -45,7 +54,7 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
45
54
```
46
55
./ue4dumper -h
47
56
48
-
UE4Dumper v0.8 <==> Made By KMODs(kp7742)
57
+
UE4Dumper v0.10 <==> Made By KMODs(kp7742)
49
58
Usage: ue4dumper <option(s)>
50
59
Dump Lib libUE4.so from Memory of Game Process and Generate structure SDK for UE4 Engine
51
60
Tested on PUBG Mobile Series
@@ -69,8 +78,12 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
69
78
--lib Dump libUE4.so from Memory
70
79
--raw(Optional) Output Raw Lib and Not Rebuild It
71
80
--fast(Optional) Enable Fast Dumping(May Miss Some Bytes in Dump)
81
+
--Show ActorList With GWorld Args--------------------------------------------------------
0 commit comments