trumank / patternsleuth

Unreal Engine address scanner and test suite
37 stars 17 forks source link
aob-scan reverse-engineering unreal-engine

patternsleuth

A test suite for finding robust patterns used to locate common functions and globals in Unreal Engine games. For use with UE4SS.

usage

Drop the game executables into the games directory:

$ tree games
games
├── AstroColony
│   └── AstroColony-Win64-Shipping.exe
├── FSD
│   └── FSD-Win64-Shipping.exe
└── TwinStick
    └── TwinStick-Win64-Shipping.exe

Run tests

$ cargo run --release

tests

acknowledgements

Thanks to,