mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00
5 lines
127 B
Python
5 lines
127 B
Python
![]() |
#!/bin/sh
|
||
|
# this prints out Capstone setup & core+Python-binding versions
|
||
|
|
||
|
python -c "import capstone; print capstone.debug()"
|