FileMonitor
FileMonitor copied to clipboard
File Monitor Library (based on Apple's new Endpoint Security Framework)
Hi! Can I use FileMonitor on iOS 12.5.5? If not, can I write my program using [libFileMonitor.a](https://github.com/objective-see/FileMonitor/blob/master/Library/Release/libFileMonitor.a)? Thanks in advance. Kind regards, Lorenzo.
Are ES_EVENT_TYPE_NOTIFY_WRITE events triggered by iCloud (bird etc) or any better way to log them?
I've been trying to use FileMonitor to track down a really annoying and elusive bug with 0-byte files (files getting spuriously emptied and losing their data). I'm trying to trigger...
Moved the various build settings that need reconfiguring for different dev teams out of the main Xcode project file and into CustomizableSettings.xcconfig instead. This will help keep the xcodeproj file...
If your command opening a file contained some regex such as: ``` grep -iqE '^[^TXZ ]+ +(\S+\/)?g?(view|n?vim?x?)(diff)?$' foo.txt ``` The json would fail to pretty print because of the invalid...
In the release configuration debugging can fail in some cases, I assume this wasn't intentional
Piping FileMonitor output to a file or to another command (e.g. grep or tee) causes no output to be produced.
Thank you for providing such a great tool. While using FileMonitor, I noticed that it currently supports suffix-based filtering to exclude or include specific files or processes based on their...