aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-12 21:51:05 +0300
committerpravic <[email protected]>2016-04-12 21:51:05 +0300
commit36d506d6f2061d53536113d93ad19c90f630aae8 (patch)
treefc4ce0873ded6b155619e0d46fd7730f956cce5e
parentrename crate as winapi-kmd (diff)
downloadwinapi-kmd-rs-36d506d6f2061d53536113d93ad19c90f630aae8.tar.xz
winapi-kmd-rs-36d506d6f2061d53536113d93ad19c90f630aae8.zip
add screenshots
-rw-r--r--examples/README.md9
-rw-r--r--examples/screenshots/winxp-2016-04-11-20-30-41.pngbin0 -> 110271 bytes
-rw-r--r--examples/screenshots/winxp-2016-04-11-20-32-43.pngbin0 -> 77301 bytes
-rw-r--r--examples/screenshots/winxp-2016-04-11-20-46-14.pngbin0 -> 62102 bytes
4 files changed, 9 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 7d30dee..3ad3cb1 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,10 +2,12 @@
Minimal Windows kernel driver written in Rust. [DriverEntry](https://msdn.microsoft.com/en-us/library/windows/hardware/ff544113%28v=vs.85%29.aspx) just prints `hello` and quits immediately.
+
## 02.unload
Simple kernel driver which supports [unloading](https://msdn.microsoft.com/en-us/library/windows/hardware/ff564886%28v=vs.85%29.aspx).
+
## 03.urandom
[devrandom](https://github.com/pravic/ontl/tree/master/samples/devrandom) driver sample which has been ported to Rust.
@@ -13,3 +15,10 @@ Simple kernel driver which supports [unloading](https://msdn.microsoft.com/en-us
It creates `\\.\urandom` device, which can produce random data like `/dev/urandom`, but insecure.
This sample shows how to create a [Device Object](https://msdn.microsoft.com/en-us/library/windows/hardware/ff548014%28v=vs.85%29.aspx), assotiate it with user-mode visible [name](https://msdn.microsoft.com/en-us/library/windows/hardware/ff556420%28v=vs.85%29.aspx) and process [I/O requests](https://msdn.microsoft.com/en-us/library/windows/hardware/ff544248%28v=vs.85%29.aspx) from user-mode applications.
+
+
+### Screenshots
+
+[![Registered device](http://savepic.su/7182468m.png)](http://savepic.su/7182468.png)
+
+[![Communicating](http://savepic.su/7183492m.png)](http://savepic.su/7183492.png)
diff --git a/examples/screenshots/winxp-2016-04-11-20-30-41.png b/examples/screenshots/winxp-2016-04-11-20-30-41.png
new file mode 100644
index 0000000..417b291
--- /dev/null
+++ b/examples/screenshots/winxp-2016-04-11-20-30-41.png
Binary files differ
diff --git a/examples/screenshots/winxp-2016-04-11-20-32-43.png b/examples/screenshots/winxp-2016-04-11-20-32-43.png
new file mode 100644
index 0000000..6d2ca39
--- /dev/null
+++ b/examples/screenshots/winxp-2016-04-11-20-32-43.png
Binary files differ
diff --git a/examples/screenshots/winxp-2016-04-11-20-46-14.png b/examples/screenshots/winxp-2016-04-11-20-46-14.png
new file mode 100644
index 0000000..51810a2
--- /dev/null
+++ b/examples/screenshots/winxp-2016-04-11-20-46-14.png
Binary files differ