2013-12-20 14:57:12 +08:00
|
|
|
|
# comment out what you don’t need
|
2013-12-20 12:43:01 +08:00
|
|
|
|
|
2013-12-20 14:57:12 +08:00
|
|
|
|
CAPSTONE_ARCH = arm
|
|
|
|
|
CAPSTONE_ARCH = arm64
|
|
|
|
|
CAPSTONE_ARCH = mips
|
|
|
|
|
CAPSTONE_ARCH = x86
|
|
|
|
|
CAPSTONE_ARCH = all # <— by default we support all archs
|