From 06238103bc358f30f63af03e2aed456f6b1e1614 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 28 Feb 2021 04:52:02 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fc4cb4..37fbc4e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# HMDM +# HMDM - Highly Modular Driver Mapper -highly modular driver mapper \ No newline at end of file +HMDM is a driver mapper which uses any method to allocate kernel memory and any method to copy kernel memory to map unsigned code into the windows kernel. This project is based off of physmeme and is what I intended on creating originally, but was unable to. This repo contains two examples of HMDM, one with VDM (Vulnerable Driver Manipulation of drivers exposing arbitrary physical memory read and write), and the other example using MSREXEC which uses any driver that can write to arbitrary MSR's to elevate to kernel execution. Besides VDM and MSREXEC, one could use any other method of executable kernel memory allocation and arbitrary kernel writes to interface with `drv::hmdm_ctx`. \ No newline at end of file