Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.11 KB

getting-started.md

File metadata and controls

26 lines (15 loc) · 1.11 KB

Getting Started

Pwntools is designed to get you up and running as fast as possible!

Getting the Software

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 .

First Steps and Examples

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 *!

Contributing and Source Control

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.