Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. (bloaty 依赖)
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.
 
 
 
 
 
 
obs cb8e40cc79 added CAPSTONE_X86_ATT_DISABLE_NO to VS projects, readmes 10 years ago
..
capstone_dll added CAPSTONE_X86_ATT_DISABLE_NO to VS projects, readmes 10 years ago
capstone_static added CAPSTONE_X86_ATT_DISABLE_NO to VS projects, readmes 10 years ago
headers msvc: add inttypes.h for pre-VS2012 compiler (without C99 support) 11 years ago
test msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_arm msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_arm64 msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_detail msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_mips msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_ppc msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_skipdata msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_sparc msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_systemz msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_x86 msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
test_xcore msvc: rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib 10 years ago
README msvc: update documentation for VS2010 10 years ago
capstone.sln msvc: support XCore 10 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 or msvc/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.