Giter Club home page Giter Club logo

sigscanner's Introduction

SigScanner

A simple CLI signature scanner written in C++. It is designed to be easy to use and fast enough, however could certainly be improved. Tested on Linux and Windows, however I would guess unicode characters in path names wouldn't be supported.

Usage

Recursively scan all files for a given signature

Usage: sig-scanner <signature> [path] [options]
The signature should be an IDA-style pattern e.g. '?? A7 98 52 ?? 32 AD 72'
If a path is not specified the current directory will be used

Flags:
--depth <int>          - How many levels of subdirectory should be scanned. 1 for example means scan the directory and the directories in it
--no-recurse           - Only scan files in this directory
-j <int>               - Number of threads to use for scanning
--ext <extension>      - Filter by file extension. Can be specified 0 or more times. Should include the dot or empty for no extension: --ext '' --ext '.so'

Building

This project uses cmake, so create a build directory, configure, then build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -j 4

The only dependency is sailormoon/flags however due to a bug we keep our own local version. This will be removed once the bug is fixed (once I get around to submitting a pull request).

sigscanner's People

Contributors

charleywright avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.