capstone-sys-git 0.17.0-commit4ed86fb

System bindings to the capstone disassembly library
Documentation
1
2
3
4
#!/bin/sh
# this prints out Capstone setup & core+Python-binding versions

python -c "import capstone; print capstone.debug()"