Michael (Biscuit) Thomas
Michael (Biscuit) Thomas
Has anyone checked out `/System/Library/CoreServices/Applications/System Image Utility.app/Contents/MacOS/imagetool`? It looks like it gives us the ability to use System Image Utility in a CLI form and use a Plist to customize...
Hey there! Currently my attention is spread thin but I do plan to update this project for the final Mojave release and update some things.
Resource for process tracking in the kernel extension level: https://objective-see.com/blog.html#blogEntry9
Resource for patching entitlement checks: https://pvieito.com/2016/12/amfid-patching - (note): the MarzipanTool repo does something similar with LLDB breakpoints.
+1 @codyd51
I was doing this recently by hand - if it's a statically compiled blob (or ar archive) you have to do some fun stuff with `libtool` to ensure it knows...
Hey there - you're right I need to get this updated! I generated this file by using the FLEX Toolbar in a running ARKit app to observe the runtime ARKit...
Hey @chrisvasselli - thanks for reporting this! I will add some stricter checks to the `simruntime` version to get this fixed for you in the 1.1 release!
@s-k just wanted to chime in - I'm working on a Linux app w/ Swift 6 concurrency and your `MainActor` bits unblocked me. Thanks for sharing!