mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
4 lines
127 B
Python
Executable file
4 lines
127 B
Python
Executable file
#!/bin/sh
|
|
# this prints out Capstone setup & core+Python-binding versions
|
|
|
|
python -c "import capstone; print capstone.debug()"
|