From 394271db1d75e9a7e0f0be764e8bc5f94184e8a1 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 2 Nov 2020 04:57:43 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69f7d7d..0a55987 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@
- + + + +
# Vulnerable Driver Manipulation A library to manipulate drivers exposing a physical memory 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. Currently the project is using gdrv.sys. +memory read/write, a bunch are listed in this repo. Currently the project is using gdrv.sys. This is basiclly what physmeme was about but that project is not truly "physical read and write" +whereas this project is. This project can be used more broadly then physmeme. # Example