diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-11-09 01:16:43 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-11-09 01:16:43 +0000 |
commit | 143898301ae86e2cca2ade4088fe63a9b7d84331 (patch) | |
tree | cd727b87a0feeab2266990276ea6d0957fc0bc09 /README.md | |
parent | added a new option --listdso, fixes #1, formatted code with black (diff) | |
download | delf-143898301ae86e2cca2ade4088fe63a9b7d84331.tar.gz delf-143898301ae86e2cca2ade4088fe63a9b7d84331.zip |
added to pypi
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 |