Skip to content

PotatoMaster101/sig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI License: GPL v3

Sig

Byte pattern signature tool. Can be used to help with Cheat Engine AOB features.

Installing

cargo install sig --git https://github.com/PotatoMaster101/sig

Usage

Format Signature

sig format <signature>

For example:

sig format 0x001234ABCD
00 12 34 AB CD

Count Signature

sig count <signature>

For example:

sig count 0x001234ABCD
5

Merge Signatures

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 ??

TODO

  • More features

About

Byte pattern signature tool

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages