From 7e593c5e4ca454652390599e0025debd19746514 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 1 Nov 2020 22:58:31 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e69de29..8badd94 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# Vulnerable Driver Manipulation + +A library to manipulate driver exposing a physical read/write primitive to allow the user to call any function in the kernel. There are thousands of drivers exposing physical +memory read/write, a bunch are listed in this repo. + +# Usage + +Currently the project is configured to use gdrv, but if you want to swap the driver out you must defined four functions. \ No newline at end of file