A test suite for finding robust patterns used to locate common functions and globals in Unreal Engine games. For use with UE4SS.
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