aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-09-19 20:25:18 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-09-19 20:25:18 +0200
commitbfdcec38f3261260dd71cad5011fa9bfc5726071 (patch)
treef27bd72d5af506baa9188e3911a7a6183125a92a /README.md
parenta0ca51b5683b464d759c6398c1a72211e4976871 (diff)
parent5404d9196aa739c2073b5db418f0cd7e5fca4686 (diff)
Merge branch 'master' of https://e35git.ddnss.org/redmonder/KMemDriver
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8818038..d660934 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,13 @@ The recommended way to install all dependencies is through [vs_community.exe](ht
*KMemDriver* supports manual mapping in terms as it does not use any kernel symbol (with 1 exception) that require a legit loaded driver.
+# Tests
+To make sure that KMemDriver works as expected you can run two different kind of tests to verify it for your OS.
+There are two different kind of tests:
+- integration test (TODO)
+- stress test (TODO)
+
+
# Features
- communicates to the user space controller program via own written shared memory alike mechanism
- uses Windows events for the kernel space and user space as synchronization
@@ -34,4 +41,4 @@ The recommended way to install all dependencies is through [vs_community.exe](ht
# Contributors
-As you can see, I've used some slightly modified code from [BlackBone](https://github.com/DarthTon/Blackbone) for VAD routines.
+As you can see, I've used some slightly modified code from [BlackBone](https://github.com/DarthTon/Blackbone) for VAD routines and manual DLL mapping.