0.07
Low commit activity in last 3 years
A long-lived project that still receives updates
A suite of tools for analyzing Elf,Mach, and PE format executables to find specific chunks of code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

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:

gem 'rex-bin_tools'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rex-bin_tools