mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -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()"
|