Skip to content

GHFear/AESDumpster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

AESDumpster

AES Key dumper written in C++.
Works for Unreal Engine 4.19 -> 5.4 Windows exes.

Linux/MacOS:

Linux Version

Change Log:

1.2.5:
-Rewrote source code to make the dumpster its own object anyone can use.
-Improved key signatures. (tool should now work for more games.)
-Increased the scanner speed.

1.2.3:
-Fixed AES key type 4 support. (Quidditch Champions)

1.2.2:
-Added support for the type of key that can be found in QuidditchChampions-Win64-Shipping.exe
-Improved code.
-Fixed a bunch of bugs.
-I no longer show keys with an entropy score below 3.3 because it's not possible for an AES key to have a score that low.
-I added a list of known false positives and exclude them from the results. (Will keep improving this list)

1.2:
-Updated source code.
-Improved speed.
-Improved the results. (I now sort out all results that can't possibly be the key)

1.1: (source not yet updated to 1.1)
-Fixed the type 2 AES keys scanner.
-Fixed the print output so it says "0x" in front of the keys.

1.0:
-First version. Please give me feedback.