diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ # delf delf is an ELF dump tool.<br/> +## Installation +You will also need to have `libcapstone` installed. +```sh +pip install delf +``` + ## Requirements You need python3 and `capstone`. If you don't have capstone you can get it by:<br/> ```bash |