diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-19 08:37:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-19 08:37:50 +0200 |
commit | 5404d9196aa739c2073b5db418f0cd7e5fca4686 (patch) | |
tree | 9beaa110be67f8c8d174bd72a2b2b489112a6d85 /README.md | |
parent | 10c5adbb944d65a06dd91697e12fd0ead90f8a30 (diff) |
updated README
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |