Skip to content

Commit 526b811

Browse files
committed
Update README.md
1 parent 3f003fc commit 526b811

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,43 @@ With the process monitoring and protection example, it enables your application
2222
![Process monitoring and protection](https://www.easefilter.com/images/processScreenshot.png)
2323

2424
[Read more about process filter example](https://www.easefilter.com/Forums_Files/Process-Monitor.htm)
25+
26+
27+
## EaseFilter File System Filter Driver SDK Reference
28+
| Product Name | Description |
29+
| --- | --- |
30+
| [File Monitor SDK](https://www.easefilter.com/kb/file-monitor-filter-driver-sdk.htm) | EaseFilter File Monitor Filter Driver SDK Introduction. |
31+
| [File Control SDK](https://www.easefilter.com/kb/file-control-file-security-sdk.htm) | EaseFilter File Control Filter Driver SDK Introduction. |
32+
| [File Encryption SDK](https://www.easefilter.com/kb/transparent-file-encryption-filter-driver-sdk.htm) | EaseFilter Transparent File Encryption Filter Driver SDK Introduction. |
33+
| [Registry Filter SDK](https://www.easefilter.com/kb/registry-filter-drive-sdk.htm) | EaseFilter Registry Filter Driver SDK Introduction. |
34+
| [Process Filter SDK](https://www.easefilter.com/kb/process-filter-driver-sdk.htm) | EaseFilter Process Filter Driver SDK Introduction. |
35+
| [Storage Tiering SDK](https://www.easefilter.com/cloud/storage-tiering-sdk.htm) | EaseFilter Storage Tiering Filter Driver SDK Introduction. |
36+
| [EaseFilter SDK Programming](https://www.easefilter.com/kb/programming.htm) | EaseFilter Filter Driver SDK Programming. |
37+
38+
## EaseFilter SDK Sample Projects
39+
| Sample Project | Description |
40+
| --- | --- |
41+
| [Auto File DRM Encryption](https://www.easefilter.com/kb/auto-file-drm-encryption-tool.htm) | Auto file encryption with DRM data embedded. |
42+
| [Transparent File Encrypt](https://www.easefilter.com/kb/AutoFileEncryption.htm) | Transparent on access file encryption. |
43+
| [Secure File Sharing with DRM](https://www.easefilter.com/kb/DRM_Secure_File_Sharing.htm) | Secure encrypted file sharing with digital rights management. |
44+
| [File Monitor Example](https://www.easefilter.com/kb/file-monitor-demo.htm) | Monitor file system I/O in real time, tracking file changes. |
45+
| [File Protector Example](https://www.easefilter.com/kb/file-protector-demo.htm) | Prevent sensitive files from being accessed by unauthorized users or processes. |
46+
| [FolderLocker Example](https://www.easefilter.com/kb/FolderLocker.htm) | Lock file automatically in a FolderLocker. |
47+
| [Process Monitor](https://www.easefilter.com/kb/Process-Monitor.htm) | Monitor the process creation and termination, block unauthorized process running. |
48+
| [Registry Monitor](https://www.easefilter.com/kb/RegMon.htm) | Monitor the Registry activities, block the modification of the Registry keys. |
49+
| [Secure Sandbox Example](https://www.easefilter.com/kb/Secure-Sandbox.htm) |A secure sandbox example, block the processes accessing the files out of the box. |
50+
| [FileSystemWatcher Example](https://www.easefilter.com/kb/FileSystemWatcher.htm) | File system watcher, logging the file I/O events. |
51+
52+
## Filter Driver Reference
53+
54+
* Understand MiniFilter Driver: https://www.easefilter.com/kb/understand-minifilter.htm
55+
* Understand File I/O: https://www.easefilter.com/kb/File_IO.htm
56+
* Understand I/O Request Packets(IRPs):https://www.easefilter.com/kb/understand-irps.htm
57+
* Filter Driver Developer Guide: https://www.easefilter.com/kb/DeveloperGuide.htm
58+
* MiniFilter Filter Driver Framework: https://www.easefilter.com/kb/minifilter-framework.htm
59+
* Isolation Filter Driver: https://www.easefilter.com/kb/Isolation_Filter_Driver.htm
60+
61+
## Support
62+
If you have questions or need help, please contact support@easefilter.com
63+
64+
[Home](https://www.easefilter.com/) | [Solution](https://www.easefilter.com/solutions.htm) | [Download](https://www.easefilter.com/download.htm) | [Demos](https://www.easefilter.com/online-fileio-test.aspx) | [Blog](https://blog.easefilter.com/) | [Programming](https://www.easefilter.com/kb/programming.htm)

0 commit comments

Comments
 (0)