NicholasMoser / SEQ-Search

Search SEQ files in a workspace for a specific hex sequence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEQ Search

Search SEQ files in a directory for a specific hex sequence. Used when you have the bytes of an SEQ file but don't know which SEQ file you're looking at.

How to Use

Download the latest release, extract it, and run the executable. Enter the byte sequence in hex and type in the directory you wish to search.

Let's say we want to search for the byte sequence in this file:

Example Bytes

And here is an example of how we would use the program and the output:

Input

Output

Many files and offsets are returned, meaning that this is a common byte sequence. We would want to use a larger byte sequence to narrow down exactly what file this code is in.

About

Search SEQ files in a workspace for a specific hex sequence

License:GNU Affero General Public License v3.0


Languages

Language:Go 74.5%Language:PowerShell 25.5%