Rizin
unix-like reverse engineering framework and cli tools
python_capstone_setup.py
Go to the documentation of this file.
1 #!/bin/sh
2 # this prints out Capstone setup & core+Python-binding versions
3 
4 python -c "import capstone; print capstone.debug()"