From 3284b552044d755168f5355fb5d9b050fbd164a6 Mon Sep 17 00:00:00 2001 From: d4em0n Date: Wed, 5 Feb 2020 09:41:13 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 20b4003..234fea0 100644 --- a/README.md +++ b/README.md @@ -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