Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezfndev/ueaeskeyfinder
This tool can find the AES Key of probably any Unreal Engine game
https://github.com/ezfndev/ueaeskeyfinder
aes-key fortnite-season game shootergame ue4
Last synced: 15 days ago
JSON representation
This tool can find the AES Key of probably any Unreal Engine game
- Host: GitHub
- URL: https://github.com/ezfndev/ueaeskeyfinder
- Owner: EZFNDEV
- Created: 2021-04-16T12:02:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T13:38:14.000Z (almost 3 years ago)
- Last Synced: 2024-12-11T06:29:50.742Z (23 days ago)
- Topics: aes-key, fortnite-season, game, shootergame, ue4
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 212
- Watchers: 11
- Forks: 35
- Open Issues: 17
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
It can be really difficult to get the AES Key of a game if you do not know what you are doing, I remember when I didnt know how to get it so I decided to make a tool that makes it easier for beginnners
#### 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 :)
You can use https://github.com/NtQuery/Scylla to get a memory dump of your game## Android (arm64-v8 only)
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 :)
(If you know why the location is 0x1000 bytes forward please make a pr)## Android (armeabi-v7a)
If you send me a library + AES Key I can add support for that too### Example outputs:
```
Please select from where you want to get the AES Key
0: Memory
1: File
2: Dump File
3. LibUE4.so File
4. APK File
Use: 0
Enter the name or id of the process: MyProjectFound MyProject
Found 1 AES Keys in 720ms
0xD0DE16965D23CC8A46178FFFAB18130651D2C99F7B3D63ECC8FD04D691609572 (0N4Wll0jzIpGF4//qxgTBlHSyZ97PWPsyP0E1pFglXI=) at 140695177160459
```