capstone/contrib/cs_driver
Satoshi Tanda b08ff801f4 Windows kernel-mode driver support for the v4 branch (#1476)
* ignore VS2017 auto-generated files

* update README files

* update main VS project files to use VS2017

* update test VS project files to use VS2017 and WDK10

* update test files

* update the sample project

* resolve code analysis warning
2019-05-17 12:12:20 +07:00
..
cs_driver Windows kernel-mode driver support for the v4 branch (#1476) 2019-05-17 12:12:20 +07:00
cs_driver.sln port Windows driver support 2016-05-11 21:48:32 -07:00
README Windows kernel-mode driver support for the v4 branch (#1476) 2019-05-17 12:12:20 +07:00

This directory contains a sample project for using Capstone from a Windows 
driver. Open cs_driver.sln with Visual Studio 2017 or newer and see cs_driver.c
for details.

For prerequisites to compile Capstone for drivers, see COMPILE_MSVC.TXT.