XenonRecomp/thirdparty/capstone/suite/python_capstone_setup.py
2024-09-07 18:15:29 +06:00

5 lines
127 B
Python

#!/bin/sh
# this prints out Capstone setup & core+Python-binding versions
python -c "import capstone; print capstone.debug()"