Byte pattern signature tool. Can be used to help with Cheat Engine AOB features.
cargo install sig --git https://github.com/PotatoMaster101/sigsig format <signature>
For example:
sig format 0x001234ABCD
00 12 34 AB CD
sig count <signature>
For example:
sig count 0x001234ABCD
5
sig merge [signatures] [--file <file>]
The optional --file parameter allows for providing more signatures stored in a file, one signature per line. For example:
sig merge 0xABCDEF 'AB CC EF 12'
AB C? EF ??
- More features