aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-09-19 08:37:50 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-09-19 08:37:50 +0200
commit5404d9196aa739c2073b5db418f0cd7e5fca4686 (patch)
tree9beaa110be67f8c8d174bd72a2b2b489112a6d85 /README.md
parent10c5adbb944d65a06dd91697e12fd0ead90f8a30 (diff)
updated README
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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.