Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust package for finding AES keys in memory dumps of UE games.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages