Skip to content

Sample project on how to embed Capstone into Windows kernel driver

Notifications You must be signed in to change notification settings

aquynh/KernelProject

 
 

Repository files navigation

KernelProject

Plain project for usege with github/zer0mem/common.git

install :

  1. clone all : git clone --recursive https://github.com/zer0mem/KernelProject.git

  2. clone : git clone https://github.com/zer0mem/KernelProject.git cd ./KernelProject/libc/ git clone https://github.com/zer0mem/libc.git . cd ../capstone/ git clone -b next https://github.com/aquynh/capstone.git .

//and if you want to test also boost : cd ../boost git clone --recursive https://github.com/boostorg/boost

  1. build capstone .lib step : rebuild capstone_static rebuild test_x86

  2. build : architecture for build : Win7 Release -> x64; rebuild solution

  • KernelProject -> Projects -> Configuration Properties -> Driver Signing -> General : ---> Sign Mode : "Test Sign" ---> Test Certificate : "<Create Test Certificate ...>"

About

Sample project on how to embed Capstone into Windows kernel driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published