Skip to content

Commit

Permalink
Merge pull request #1 from avltree9798/make_readme_md
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
avltree9798 authored May 23, 2022
2 parents fa22abe + be294b9 commit 4530e31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# watcher

A simple implementation of Apple's [Endpoint Security Framework](https://developer.apple.com/documentation/endpointsecurity) to monitor a single process and its child process.

## For Developer
You need the Apple's Endpoint Security Entitlement from apple, you can make the request [here](https://developer.apple.com/contact/request/system-extension/).
Alternatively, you can disable SIP temporarily.

## Release notes
### v1.0
Support for `EXEC`, `FORK`, and `EXIT` events.

0 comments on commit 4530e31

Please sign in to comment.