mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00: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()"
|