KnockKnock
KnockKnock copied to clipboard
Unable to build; missing MachOParser code
Hello!
Should it possible to build KnockKnock from source? It looks like, besides the Sentry framework which I can just comment out, there's just a missing MachO.h. Was that a third-party library, or something that didn't get checked in?
You can grab that from here: https://github.com/objective-see/Mach-O
I'll also work on making KnockKnock more self-contained/easier to build :)
Much appreciated! I could see maybe making Mach-O a git submodule and making Sentry framework a build-time option and that would be all that's needed.
By the way, the code in this repo seems to trail the release version. I noticed it detects macOS 11.x Big Sur as 10.1 (getVersion(gestaltSystemVersionMinor));), I'd file a PR but it's working in your release version so I figured you fixed it already.
And thanks for open-sourcing these tools