Skip to content

Commit 25bd2ce

Browse files
Update README.md
1 parent f7a045d commit 25bd2ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ You can register the process or thread events to monitor the process or thread a
1616
## Prevent the untrusted process from being launched
1717
With the Process Filter Driver, it allows you to prevent the untrusted executable binaries (malwares) from being launched, protect your data being damaged by the untrusted processes. It also enables your application to get the callback notification for the process/thread creation or termination, from the new process information you can get the parent process Id and thread Id of the new created process, you also can get the exact file name that is used to open the executable file and the command line that is used to execute the process if it is available.
1818

19-
## A C# process filter driver example.
19+
## A C# process monitoring and protection example.
20+
With the process monitoring and proection example, it enables your application to prevent the untrusted executable binaries ( malwares) from being launched, protect your data being damaged by the untrusted processes. It also enables your application to get the callback notification for the process/thread creation or termination, from the new process information you can get the parent process Id and thread Id of the new created process, you also can get the exact file name that is used to open the executable file and the command line that is used to execute the process if it is available.
21+
![Process monitoring and protection](https://www.easefilter.com/images/processScreenshot.png)
2022

2123
[Read more about process filter example](https://www.easefilter.com/Forums_Files/Process-Monitor.htm)

0 commit comments

Comments
 (0)