File: disasm_mc.sh

package info (click to toggle)
capstone 5.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie, trixie-proposed-updates
  • size: 58,188 kB
  • sloc: ansic: 96,086; cpp: 67,489; cs: 29,510; python: 25,829; pascal: 24,412; java: 15,582; ml: 14,473; makefile: 1,275; sh: 479; ruby: 386
file content (11 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# This script test all architectures by default.

find MC/ -name *.cs | ./disasm_mc.py

# To test just one architecture, specify the corresponsing dir:
# $ find MC/X86 -name *.cs | ./disasm_mc.py

# To test just one input file, run disasm_mc.py with that file:
# $ ./disasm_mc.py MC/X86/x86-32-fma3.s.cs