ProcInfo
ProcInfo copied to clipboard
process info/monitoring library for macOS
https://github.com/objective-see/ProcInfo/blob/ec51090fcf741a9e045dd3e5119cb5cc8750efd3/procInfo/Binary.m#L313 What is the intention of the test in line 313? Why would the length be non zero at this point? Should we generate the sha256 or is this some...
i build on m1 with arm64, build it can't monitor process.
License
I'm totally on board with you using whatever license you like (you wrote it!), but I did want to point out that Creative Commons specifically discourages using their licenses for...
Removed double "else" which broke the build. errSecParam isn't defined anywhere else in file so seemed right to remove it. Done with Xcode Version 10.0 (10A255)
Your repo caught my eye as I started https://github.com/andrewdavidmackenzie/libproc-rs as a rust wrapper for similar functionality. Just thought I'd mention it!
I am using ProcInfo Framework to read a txt file with bundle id's and block launching of the specific applications . I have written a script to launch the executable...