Coder Social home page Coder Social logo

aobscan-cli's Introduction

AOBscan CLI ๐Ÿ”ฉ


AOBscan CLI is a command-line utility for multi-threaded AOB memory scanning based on the AOBscan library.

Features

  • User-friendly CLI interface
  • Single-threaded and multi-threaded file scanning
  • IDA-style patterns: 48 8b ? ? ? 48 8c
  • Raw hexadecimal strings: 488b??????00
  • Scan for pattern in an object file section (by name)
  • FAT Mach-O binaries support

Usage

Sample GIF

  • Scan for an IDA-style pattern in a file
aobscan -f "file" -- "48 8b ? ? ? ? ? 48 8c"
  • Scan for the first match of a raw hexadecimal string in the __text section of a file
aobscan -f "file" -s "__text" -i -- "488b??????00"

See aobscan --help for all the available arguments and their descriptions.

Installation

๐Ÿฆ€ Cargo (Windows/macOS/Linux)

Who doesn't love Cargo? You can install AOBscan CLI with it, by running:

cargo install aobscan-cli

You can now launch the program with the aobscan-cli command.

๐Ÿบ Homebrew (macOS/Linux)

The easiest way to install AOBscan CLI is via Homebrew, using my TAP:

brew tap sonodima/sonodima
brew install aobscan

You can now launch the program with the aobscan command.

๐Ÿ“ฆ Pre-built Binaries

Binaries for Windows, Linux and macOS are available on the releases page.

๐Ÿ”ฉ From Source

Rust is required to build from source. If you don't have it installed, you can install it using rustup.

git clone https://github.com/sonodima/aobscan-cli
cd aobscan-cli
cargo build --release

The compiled binary will be located at target/release/aobscan-cli

Read More

If you are interested in benchmarks or learning more about AOB scanning, check out the AOBscan library, which is the core of this project.

aobscan-cli's People

Contributors

sonodima avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

aobscan-cli's Issues

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.