From 7be51648ad793d98f4d57357c834a3e88bb783ca Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 28 Feb 2021 05:07:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 47cbc04..263c53e 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,6 @@ HMDM is a driver mapper which uses any method to allocate kernel memory and any In order to create a `drv::hmdm_ctx`, one must first declare two lambdas. One lambda for allocating executable kernel memory, and another lambda for arbitrary kernel writes. Programmers can use any vulnerabilities to facilitate these requirements. -#### executable kernel memory allocation - -Here are two examples of `drv::kalloc_t` lambdas. - ###### drv::kalloc_t - VDM Example ***