MIP icon indicating copy to clipboard operation
MIP copied to clipboard

inject tool crash on macOS 14.4

Open leochou0729 opened this issue 11 months ago • 1 comments

Hi, When I try to inject some app with the inject tool on macOS 14.4, both the inject tool and the target app would crash. I'm using a Intel-based macbook pro, but I think Macs with Apple silicon probably have the same issue. Attached are the ips files. ips.zip

leochou0729 avatar Mar 25 '24 09:03 leochou0729

I'm on macOS 14.4.1 Apple Silicon and all is working great. Only Rosetta 2 is not working for me.

RegulusMac avatar Mar 28 '24 18:03 RegulusMac

The last commit should fix newer XNU versions where thread_set_state requires an entitlement. This requires setting a bootarg to disable AMFI, so make sure to run make install and reboot if required.

LIJI32 avatar Jun 15 '24 16:06 LIJI32