KnockKnock icon indicating copy to clipboard operation
KnockKnock copied to clipboard

Unable to build; missing MachOParser code

Open michael-myers opened this issue 4 years ago • 2 comments
trafficstars

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?

michael-myers avatar Feb 10 '21 09:02 michael-myers

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 :)

objective-see avatar Feb 10 '21 20:02 objective-see

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

michael-myers avatar Feb 11 '21 22:02 michael-myers