capstone/contrib/cs_driver
Satoshi Tanda fbe096d147 fix typo, style
Signed-off-by: Satoshi Tanda <tanda.sat@gmail.com>
2016-09-27 07:39:51 -07:00
..
cs_driver fix typo, style 2016-09-27 07:39:51 -07:00
README add a sample project for a windows driver 2016-04-23 17:38:29 -07:00
cs_driver.sln add a sample project for a windows driver 2016-04-23 17:38:29 -07:00

README

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

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