Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d4em0n authored Feb 5, 2020
1 parent 03de1a8 commit 3284b55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Features:
- stack pivoting (`Exrop.stack_pivot`)
- syscall (`Exrop.syscall`)
- see [examples](examples)

# installation
1. install python (3.6 is recomended and tested)
2. install triton (https://triton.quarkslab.com/documentation/doxygen/index.html#linux_install_sec), make sure you add `-DPYTHON36=on` as cmake option
3. install ropgadget (https://github.com/JonathanSalwan/ROPgadget)
4. to install exrop, easily add `export PYTHONPATH=/path/to/exrop:$PYTHONPATH` in your `.bashrc` (depends on your shell)

# demo
``` python
from Exrop import Exrop

Expand Down

0 comments on commit 3284b55

Please sign in to comment.