From 303002c420060ceb25f753418a70c7f2167d1886 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 19 Apr 2020 10:00:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f76cacd..a5b3336 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ This then allows us the ability to install hooks, call the syscall, and then uni +This scanning takes under a second since each physical range is scanned with a seperate thread. To increase speeds i also map 2mb at a time and scan each page (512 pages). + # How to use There are four functions that need to be altered to make this mapper work for you. I will cover each one by one.