File: python_capstone_setup.py

package info (click to toggle)
rust-capstone-sys 0.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,524 kB
  • sloc: ansic: 70,376; cs: 18,890; pascal: 14,893; java: 14,778; ml: 13,672; python: 6,145; makefile: 1,172; sh: 532; cpp: 285
file content (4 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (10)
1
2
3
4
#!/bin/sh
# this prints out Capstone setup & core+Python-binding versions

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