Sha256: e4210adae580470d9572f877eef02de6cf98ca2062f02f636908e6687779f8ff

Contents?: true

Size: 526 Bytes

Versions: 9

Compression:

Stored size: 526 Bytes

Contents

# Rex::BinTools

Ruby Exploitation Library (REX) for Binary Manipulation. This suite of tools
contains ElfScan, MachScan, PEScan, and BinScan.

These tools are designed to help you analyze an executable binary and search
for particular instruction sets. This is particularly useful for things like
building ROP chains or SEH exploits.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rex-bin_tools'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rex-bin_tools

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rex-bin_tools-0.1.9 README.md
rex-bin_tools-0.1.8 README.md
rex-bin_tools-0.1.7 README.md
rex-bin_tools-0.1.6 README.md
rex-bin_tools-0.1.5 README.md
rex-bin_tools-0.1.4 README.md
rex-bin_tools-0.1.3 README.md
rex-bin_tools-0.1.2 README.md
rex-bin_tools-0.1.1 README.md