From 6780261ab4b467553c5e21772d1575f981b1ea6b Mon Sep 17 00:00:00 2001 From: tandasat Date: Tue, 24 May 2016 22:48:10 -0700 Subject: [PATCH 1/2] fix #686 --- docs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README b/docs/README index b21259f00..0b93afca2 100644 --- a/docs/README +++ b/docs/README @@ -46,7 +46,7 @@ Documention of Capstone disassembly framework. * Sample application on how to embed Capstone into Windows kernel driver. - https://github.com/aquynh/KernelProject + https://github.com/aquynh/capstone/tree/master/contrib/cs_driver * Sample application on how to embed Capstone into Mac OSX Kext (kernel). From 3577e8843e8bae4bf3338917336c0595424d8705 Mon Sep 17 00:00:00 2001 From: tandasat Date: Thu, 26 May 2016 05:50:57 -0700 Subject: [PATCH 2/2] replace KernelProject --- docs/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/README b/docs/README index 0b93afca2..2f22512d4 100644 --- a/docs/README +++ b/docs/README @@ -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/capstone/tree/master/contrib/cs_driver + 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).