Skip to content

Commit 97ec3a6

Browse files
committed
Update v0.9 and Added Latest SDKs
1 parent 9036b37 commit 97ec3a6

File tree

8 files changed

+97024
-7
lines changed

8 files changed

+97024
-7
lines changed

.DS_Store

10 KB
Binary file not shown.

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
99
2) Fixed 64bit Library Rebuilding Not Working
1010
3) Added New Elf Dump Fix for 64bit Library
1111
4) Added Option to Dump SDK with GWorld
12-
5) Updated Usage Text.
12+
5) Updated Usage Text.
1313
- v0.5: Added Support to Resolve Functions
1414
- 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
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
1818
- v0.7: Fixed Object Dumping issue for PUBG CN(As of Now Tested on GP v1.8.10.8640).
1919
- v0.8: Fixed 64bit Support for Latest PUBG Version
20+
- v0.9: Fixed Dumping issue with 64bit PUBG
2021

2122
## Features
2223
- No need of Ptrace
@@ -26,7 +27,7 @@ Dump Lib libUE4.so from Memory of Game Process and Generate Structure SDK of Sup
2627
- Dumping of Game Structure SDK file(Need to Find Pointers Manually)
2728
- Support Fast Dumping(May Miss some data)
2829
- Support SDK Dumping for UE4 Based Games
29-
- Tested on 32bit PUBG Mobile Series
30+
- Tested on 32bit and 64bit PUBG Mobile Series
3031

3132
## Note
3233
- Use 32bit and 64bit Version on Respected Arch of Game.

SDKs/PUBGM-SDK-1.0.0-32bit.txt

+48,383
Large diffs are not rendered by default.

SDKs/PUBGM-SDK-1.0.0-64bit.txt

+48,633
Large diffs are not rendered by default.

jni/Offsets64.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Offsets {
1515

1616
//---------SDK-----------
1717
//Class: FNameEntry
18-
FNameEntryToNameString = 0x10,
18+
FNameEntryToNameString = 0xC,
1919
//Class: FUObjectArray
2020
FUObjectArrayToTUObjectArray = 0x10,
2121
//Class: TUObjectArray

jni/kmods.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const struct option long_options[] = {
2323
};
2424

2525
void Usage() {
26-
printf("UE4Dumper v0.8 <==> Made By KMODs(kp7742)\n");
26+
printf("UE4Dumper v0.9 <==> Made By KMODs(kp7742)\n");
2727
printf("Usage: ue4dumper <option(s)>\n");
2828
printf("Dump Lib libUE4.so from Memory of Game Process and Generate structure SDK for UE4 Engine\n");
2929
printf("Tested on PUBG Mobile Series\n");

libs/arm64-v8a/ue4dumper

100644100755
0 Bytes
Binary file not shown.

libs/armeabi-v7a/ue4dumper

100644100755
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)