1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
capstone_dll Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
capstone_static Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
capstone_static_winkernel Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cstool Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_arm Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_arm64 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_customized_mnem Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_detail Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_iter Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_m68k Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_mips Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_ppc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_skipdata Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_sparc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_systemz Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_winkernel Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_x86 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_xcore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
capstone.sln Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

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


NOTE:

(1) Visual Studio 2010 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 Visual Studio 2013 or newer versions, and 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.