update docs/README for some sample kernel applications

This commit is contained in:
Nguyen Anh Quynh 2014-07-11 11:18:15 +08:00
parent b3dea5641a
commit aa791a2f48

View File

@ -39,3 +39,11 @@ Documention of Capstone disassembly framework.
* Build X86-reduce engine for firmware/OS kernel.
http://capstone-engine.org/x86reduce.html
* Sample application on how to embed Capstone into Windows kernel driver.
https://github.com/aquynh/KernelProject
* Sample application on how to embed Capstone into Mac OSX Kext (kernel).
https://github.com/aquynh/CapstoneTest