https://github.com/rapid7/rex-bin_tools
Created by David Maloney via the GitHub Connector
https://github.com/rapid7/rex-bin_tools
Last synced: 11 months ago
JSON representation
Created by David Maloney via the GitHub Connector
- Host: GitHub
- URL: https://github.com/rapid7/rex-bin_tools
- Owner: rapid7
- License: other
- Created: 2016-07-22T20:33:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T13:19:59.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T06:23:48.802Z (over 1 year ago)
- Language: Ruby
- Size: 274 KB
- Stars: 12
- Watchers: 56
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this 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:
```ruby
gem 'rex-bin_tools'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install rex-bin_tools