- Notifications
You must be signed in to change notification settings - Fork24
trumank/patternsleuth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A test suite for finding robust patterns used to locate common functions and globals in Unreal Engine games. For use withUE4SS.
Drop the game executables into thegames
directory:
$ tree gamesgames├── AstroColony│ └── AstroColony-Win64-Shipping.exe├── FSD│ └── FSD-Win64-Shipping.exe└── TwinStick └── TwinStick-Win64-Shipping.exe
Run tests
$ cargo run --release
Thanks to,
- LongerWarrior - for providing a truly massive collection of games to test against as well as finding many very reliable patterns and providing lots of assistance with reversing of more unusual games
- Narknon - for providing many games as well as clean source builds with symbols
- FransBouma - for seeding the project withUUU patterns and many game dumps
- praydog - for inspiration and ideas behind string based symbol resolvers, similar to those used inUEVR