An open API service indexing awesome lists of open source software.

https://github.com/hasherezade/sig_finder

Signature finder (from PE-bear)
https://github.com/hasherezade/sig_finder

pattern-matching pattern-searching

Last synced: 3 months ago
JSON representation

Signature finder (from PE-bear)

Awesome Lists containing this project

README

          

# SigFinder

[![Build status](https://ci.appveyor.com/api/projects/status/pem6dwj7lfpuxc37?svg=true)](https://ci.appveyor.com/project/hasherezade/sig-finder)

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:

```

```

Example:
```
ASProtect v1.1 MTEc
9
90 60 E8 1B ?? ?? ?? E9 FC
```
See also: [SIG.txt](https://github.com/hasherezade/pe-bear/blob/main/SIG.txt)