Name Date Size #Lines LOC

..--

capstone_dll/H25-Apr-2025-214214

capstone_static/H25-Apr-2025-203203

capstone_static_winkernel/H25-Apr-2025-178178

cstool/H25-Apr-2025-176176

test_arm/H25-Apr-2025-167167

test_arm64/H25-Apr-2025-167167

test_customized_mnem/H25-Apr-2025-167167

test_detail/H25-Apr-2025-167167

test_iter/H25-Apr-2025-167167

test_m68k/H25-Apr-2025-167167

test_mips/H25-Apr-2025-167167

test_ppc/H25-Apr-2025-167167

test_skipdata/H25-Apr-2025-167167

test_sparc/H25-Apr-2025-167167

test_systemz/H25-Apr-2025-167167

test_winkernel/H25-Apr-2025-141141

test_x86/H25-Apr-2025-167167

test_xcore/H25-Apr-2025-167167

READMEH A D25-Apr-20251.1 KiB2317

capstone.slnH A D25-Apr-202516 KiB239237

README

1This directory includes all the necessary files to compile Capstone on Windows
2using Microsoft Visual Studio (VS).
3
4
5NOTE:
6
7(1) Visual Studio 2010 or newer versions is required. Open "capstone.sln" to
8    build the libraries & test code with Visual Studio. The resulted binaries
9    are put under either msvc/Debug, msvc/Release, msvc/x64/Debug, or
10    msvc/x64/Release, depending on how you choose to compile them.
11
12(2) The solution (capstone.sln) & all project files (*.vcxproj) are made in
13    Visual Studio 2010, so if you open them using newer version, an extra step
14    is needed to convert them to current version. Just accept this when
15    asked at the initial dialog, and proceed to build the solution normally
16    afterwards.
17
18(3) The capstone_static_winkernel and test_winkernel projects are for Windows
19    kernel drivers and excluded from build by default. In order to build them,
20    you need to install Visual Studio 2013 or newer versions, and Windows Driver
21    Kit 8.1 Update 1 or newer versions, then check "Build" check boxes for those
22    projects on the Configuration Manager through the [Build] menu.
23