capstone/suite/python_capstone_setup.py

5 lines
127 B
Python
Raw Permalink Normal View History

2015-05-10 02:23:27 +00:00
#!/bin/sh
# this prints out Capstone setup & core+Python-binding versions
python -c "import capstone; print capstone.debug()"