Skip to content
A kernel driver to practice writing exploits against, as well as some example exploits using public techniques.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ExploitDemos Initial version Nov 7, 2014
KdExploitMe Package
KdExploitMe Trying to remove unneeded files Nov 17, 2014
Win7Debug Trying to remove unneeded files Nov 17, 2014
Win7Release Trying to remove unneeded files Nov 17, 2014
.gitignore Updating gitignore Nov 17, 2014
KdExploitMe.sln Fix build, remove unused configurations Nov 17, 2014
LICENSE Initial commit Nov 7, 2014
README.md Update readme Nov 12, 2014

README.md

KdExploitMe

A kernel driver to practice writing exploits against, as well as some example exploits using public techniques.

The intent of this driver is to educate security testers on how memory corruption issues in Windows kernel drivers can be exploited. Knowing how to exploit security issues allows security testers to prove that bugs are exploitable which can be used to convince developers to fix bugs. While these techniques can be used for evil, I have written this driver in the hopes that you will use this knowledge for good.

You can’t perform that action at this time.