mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-19 22:11:35 +00:00
5 lines
127 B
Python
Executable File
5 lines
127 B
Python
Executable File
#!/bin/sh
|
|
# this prints out Capstone setup & core+Python-binding versions
|
|
|
|
python -c "import capstone; print capstone.debug()"
|