Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
sig_finder — Signature finder (from PE-bear) | Kitploit
Tools/GitHubGitHub/hasherezade/sig_finder
Static AnalysisReverse EngineeringMalware AnalysisBinary Analysis
GitHubhasherezade/sig_finder

sig_finder

Signature finder (from PE-bear)

View Repository
4092 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

root@kitploit:~
<Signature name>
<Number of elements in the signature: N>
<N byte definitions>

Example:

root@kitploit:~
ASProtect v1.1 MTEc
9
90 60 E8 1B ?? ?? ?? E9 FC

See also: SIG.txt

Download Tool