XenonRecomp/thirdparty/capstone/msvc
2024-09-07 18:15:29 +06:00
..
capstone_dll Initial Commit 2024-09-07 18:15:29 +06:00
capstone_static Initial Commit 2024-09-07 18:15:29 +06:00
capstone_static_winkernel Initial Commit 2024-09-07 18:15:29 +06:00
cstool Initial Commit 2024-09-07 18:15:29 +06:00
test_arm Initial Commit 2024-09-07 18:15:29 +06:00
test_basic Initial Commit 2024-09-07 18:15:29 +06:00
test_bpf Initial Commit 2024-09-07 18:15:29 +06:00
test_customized_mnem Initial Commit 2024-09-07 18:15:29 +06:00
test_detail Initial Commit 2024-09-07 18:15:29 +06:00
test_evm Initial Commit 2024-09-07 18:15:29 +06:00
test_iter Initial Commit 2024-09-07 18:15:29 +06:00
test_m68k Initial Commit 2024-09-07 18:15:29 +06:00
test_m680x Initial Commit 2024-09-07 18:15:29 +06:00
test_mips Initial Commit 2024-09-07 18:15:29 +06:00
test_mos65xx Initial Commit 2024-09-07 18:15:29 +06:00
test_ppc Initial Commit 2024-09-07 18:15:29 +06:00
test_riscv Initial Commit 2024-09-07 18:15:29 +06:00
test_skipdata Initial Commit 2024-09-07 18:15:29 +06:00
test_sparc Initial Commit 2024-09-07 18:15:29 +06:00
test_systemz Initial Commit 2024-09-07 18:15:29 +06:00
test_tms320c64x Initial Commit 2024-09-07 18:15:29 +06:00
test_wasm Initial Commit 2024-09-07 18:15:29 +06:00
test_winkernel Initial Commit 2024-09-07 18:15:29 +06:00
test_x86 Initial Commit 2024-09-07 18:15:29 +06:00
test_xcore Initial Commit 2024-09-07 18:15:29 +06:00
capstone.sln Initial Commit 2024-09-07 18:15:29 +06:00
README Initial Commit 2024-09-07 18:15:29 +06:00

This directory includes all the necessary files to compile Capstone on Windows
using Microsoft Visual Studio (VS).


NOTE:

(1) Visual Studio 2017 or newer versions is required. Open "capstone.sln" to
    build the libraries & test code with Visual Studio. The resulted binaries
    are put under either msvc/Debug, msvc/Release, msvc/x64/Debug, or
    msvc/x64/Release, depending on how you choose to compile them.

(2) The solution (capstone.sln) & all project files (*.vcxproj) are made in
    Visual Studio 2010, so if you open them using newer version, an extra step
    is needed to convert them to current version. Just accept this when
    asked at the initial dialog, and proceed to build the solution normally
    afterwards.

(3) The capstone_static_winkernel and test_winkernel projects are for Windows
    kernel drivers and excluded from build by default. In order to build them,
    you need to install Windows Driver Kit 8.1 Update 1 or newer versions,
    then check "Build" check boxes for those projects on
    the Configuration Manager through the [Build] menu.