Open kloczek opened 10 months ago
Did you compile with the CAPSTONE_DIET
option? This disables most details.
You mean .. CAPSTONE_BUILD_DIET
?
By default this option is OFF
-- Cache values
BUILD_SHARED_LIBS:BOOL=ON
CAPSTONE_ARCHITECTURE_DEFAULT:BOOL=ON
CAPSTONE_ARM64_SUPPORT:BOOL=ON
CAPSTONE_ARM_SUPPORT:BOOL=ON
CAPSTONE_BPF_SUPPORT:BOOL=ON
CAPSTONE_BUILD_CSTEST:BOOL=OFF
CAPSTONE_BUILD_CSTOOL:BOOL=ON
CAPSTONE_BUILD_DIET:BOOL=OFF
CAPSTONE_BUILD_STATIC_RUNTIME:BOOL=ON
CAPSTONE_BUILD_TESTS:BOOL=ON
CAPSTONE_DEBUG:BOOL=OFF
CAPSTONE_EVM_SUPPORT:BOOL=ON
CAPSTONE_INSTALL:BOOL=ON
CAPSTONE_M680X_SUPPORT:BOOL=ON
CAPSTONE_M68K_SUPPORT:BOOL=ON
CAPSTONE_MIPS_SUPPORT:BOOL=ON
CAPSTONE_MOS65XX_SUPPORT:BOOL=ON
CAPSTONE_OSXKERNEL_SUPPORT:BOOL=OFF
CAPSTONE_PPC_SUPPORT:BOOL=ON
CAPSTONE_RISCV_SUPPORT:BOOL=ON
CAPSTONE_SH_SUPPORT:BOOL=ON
CAPSTONE_SPARC_SUPPORT:BOOL=ON
CAPSTONE_SYSZ_SUPPORT:BOOL=ON
CAPSTONE_TMS320C64X_SUPPORT:BOOL=ON
CAPSTONE_TRICORE_SUPPORT:BOOL=ON
CAPSTONE_USE_DEFAULT_ALLOC:BOOL=ON
CAPSTONE_WASM_SUPPORT:BOOL=ON
CAPSTONE_X86_ATT_DISABLE:BOOL=OFF
CAPSTONE_X86_REDUCE:BOOL=OFF
CAPSTONE_X86_SUPPORT:BOOL=ON
CAPSTONE_XCORE_SUPPORT:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=/usr
Do I have something missing in my build env? 🤔