Lines Matching refs:Capstone
1 This documentation explains how to compile Capstone with CMake, focus on
4 To compile Capstone on *nix, see COMPILE.TXT.
6 To compile Capstone on Windows using Visual Studio, see COMPILE_MSVC.TXT.
17 (0) Tailor Capstone to your need.
19 Out of 8 archtitectures supported by Capstone (Arm, Arm64, Mips, PPC, Sparc,
35 Besides, Capstone also allows some more customization via following macros.
42 By default, Capstone use system dynamic memory management, and both DIET and X86_REDUCE
51 (1) CMake allows you to generate different generators to build Capstone. Below is
52 some examples on how to build Capstone on Windows with CMake.
55 (*) To build Capstone using Nmake of Windows SDK, do:
66 (*) To build Capstone using Visual Studio, choose the generator accordingly to the