Skip to content

Unreal Engine address scanner and test suite

Notifications You must be signed in to change notification settings

Yangff/patternsleuth

Repository files navigation

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 executable and a UE4SS.log from a successful hook into the games directory:

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

Run tests

$ cargo run --release

tests

About

Unreal Engine address scanner and test suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%