Skip to content

hasherezade/sig_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigFinder

Build status

Allows to find binary signatures with wildcards in a given buffer. The wildcard is defined by ? and can be used to mask one nibble. Examples of valid signatures:

23 56 12 68

55 0? 34 12

40 ?? 4? 8? e?

The list of signatures can be supplied as a file in SIG format:

<Signature name>
<Number of elements in the signature: N>
<N byte definitions>

Example:

ASProtect v1.1 MTEc
9
90 60 E8 1B ?? ?? ?? E9 FC

See also: SIG.txt

Releases

No releases published

Packages

No packages published