capstone/contrib/cs_driver
Rot127 40dffb2668
Documentation updates (#2476)
* Remove Windows msvc project files and move build instructions to single BUILDING.md file.

* Move HACK.txt to Contributing and update it.

* Add refactoring guide.

* Add known bugs

* Remove compatibility headers.

* Fix smaller issues.

* Remove 'possible revert' column. People always can do manual changes.

* Move instruction alias description to the top

* Add table to general breaking changes.

* Update general release guide with the newest information.

* Highlight NanoMips and be more precise in writing.

* Add note about archs without alias.

* Add sentence about what is planned.

* Small corrections for Windows build instructions and debug macros.

* Fix rebase issues.

* Bring back make.sh for the CI
2024-09-23 11:26:56 +08:00
..
cs_driver fix typo, style 2016-09-28 07:33:14 -07:00
cs_driver.sln port Windows driver support 2016-05-11 21:48:32 -07:00
README Documentation updates (#2476) 2024-09-23 11:26:56 +08:00

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.