Merge pull request #687 from tandasat/master

fix #686
This commit is contained in:
Nguyen Anh Quynh 2016-05-27 08:08:48 +07:00
commit 2d94c511ab

View File

@ -44,9 +44,10 @@ Documention of Capstone disassembly framework.
http://capstone-engine.org/x86reduce.html
* Sample application on how to embed Capstone into Windows kernel driver.
* Sample applications on how to embed Capstone into Windows kernel driver.
https://github.com/aquynh/KernelProject
https://github.com/aquynh/capstone/tree/master/contrib/cs_driver (in C, basic)
https://github.com/aquynh/KernelProject (in C++)
* Sample application on how to embed Capstone into Mac OSX Kext (kernel).