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
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ It can be really difficult to get the AES Key of a game if you do not know what
3
3
#### If this doesn't work for you just a open a new issue, but provide the game name and a memory dump of it, if you already have the AES Key or find it later please provide that too :)
4
4
You can use https://github.com/NtQuery/Scylla to get a memory dump of your game
5
5
6
+
## Android (arm64-v8 only)
7
+
For android games you will get two AES Keys, that is because I do not know when the key is + 0x1000 after the offset it should be at. Just try both :)
8
+
(If you know why the location is 0x1000 bytes forward please make a pr)
9
+
10
+
## Android (armeabi-v7a)
11
+
If you send me a library + AES Key I can add support for that too
12
+
6
13
### Example outputs:
7
14
```
8
15
Please select from where you want to get the AES Key
0 commit comments