Pwntools is designed to get you up and running as fast as possible!
Getting started with Binjitsu is easy! If you're using Ubuntu, only a few commands away.
$ apt-get install python2.7 python2.7-dev python-pip
$ git clone https://github.com/binjitsu/binjitsu
$ cd binjitsu
$ pip install -e .
The online documentation has a Getting Started section for demonstrating some of the basic features. More advanced use cases be found in the write-ups repository, or just by searching Google for from pwn import *
!
Both pwntools
and binjitsu
use Github for source control and Travis CI for automatic testing.
Instructions on getting up and running with a local copy for development are available in CONTRIBUTING.md for each project.