Dll that allows you to dump the main AES key of Fortnite through the Unreal Editor (UEFN). I wanted to port AESDumpster (console application) to a UEFN specific DLL to inject into the game. Special thanks to @notkrae for helping & testing all* the UEFN versions.
Warning
Do not inject this DLL in the main game exe. Instead, use UEFN with Carbon
- Clone the source code with git:
git clone https://github.com/djlorenzouasset/UEFN-AESFinder - Build the project using your preferred IDE.
- Run Carbon private server (get it from here).
- Use your preferred injector to inject the DLL in the UEFN process (UnrealEditorFortnite-Win64-Shipping.exe).
- Once the DLL gets injected a file (
aes_list.txt) will be saved in the directoryC:/UEFN-AESFinder/containing all found keys.
To change the location where the AES keys are saved, open the file main.cpp (../UEFN-AESFinder/Private/main.cpp) and edit the OutputPath var with the preferred location.
Contributions are welcome, feel free to create pull requests.