Skip to content

unknowntrojan/signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signature

This crate provides a way to easily use and work with signatures.

Signatures are a pattern of bytes, usually code, with optional placeholders. This is used for patching binaries that might change via updates.

The crate supports what I've coined static and dynamic signatures.

  • Dynamic signatures hold the pattern at run-time, and are generally preferred.
  • Static signatures evaluate the pattern at compile-time, and store an offset to a module base at run-time. This WILL break every update, and will need a recompilation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages