Rust package for finding AES keys in memory dumps of UE games. Original code is hosted at Nekolab.
Table of Contents:
You can use the tool either as a library or as a command line tool.
Install the tool using Cargo:
cargo install --git https://git.nekolab.app/jokelbaf/aes-finder.gitThen run it with the following command:
aes-finder <dump_file_path>See main.rs for an example of how to use the crate in your code.
This AES key finder is known to work with the following games:
- Wuthering Waves
- Strinova
This code is basically a port of UEAESKeyFinder to rust.