Skip to content

Commit 6a4b453

Browse files
Update README.md
1 parent 25bd2ce commit 6a4b453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ With the Process Filter Driver, it allows you to prevent the untrusted executabl
1818

1919
## A C# process monitoring and protection example.
2020
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+
2122
![Process monitoring and protection](https://www.easefilter.com/images/processScreenshot.png)
2223

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

0 commit comments

Comments
 (0)