Rust package for finding AES keys in memory dumps of UE games.
|
All checks were successful
Build and Upload Executable / build (push) Successful in 43s
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
AES-Finder
Rust package for finding AES keys in memory dumps of UE games. Original code is hosted at Nekolab.
Table of Contents:
Usage
You can use the tool either as a library or as a command line tool.
Command Line Tool
Install the tool using Cargo:
cargo install --git https://git.nekolab.app/jokelbaf/aes-finder.git
Then run it with the following command:
aes-finder <dump_file_path>
Library
See main.rs for an example of how to use the crate in your code.
Supported Games
This AES key finder is known to work with the following games:
- Wuthering Waves
- Strinova
Credits
This code is basically a port of UEAESKeyFinder to rust.