-
When I inject into the process using mach_inject, that application crashes. I have observed this behaviour with one of my 10.12.6 machine(Not reproducible on all 10.12.6) and Mac OS X 10.13 (17A291j) …
-
**1、Mach Info**
CPU:Intel Core i7 (2017)
Version:Macos Montery 12.6
ps: SIP already disable
**2、Install Message**
```
➜ MIP sudo make install
if [ -d /usr/lib/mip ]; then \
sudo rm /Use…
-
I'm trying to inject my library into a few applications (both AppStore & Enterprise Distribution signed) on iPhone8 (11.3), but the applications crash. The same dylib injects and works fine on other d…
-
Hi xiaozhuai,
I'm not sure if you know, but a brilliant person has managed to make TotalFinder compatible with Apple Silicon.
https://discuss.binaryage.com/t/update-discussion-totalfinder-1-14-1-now…
-
I have been running into an issue trying to run the API server locally. Any ideas on how to get past this issue?
(.venv) (base) alexbindas@Alexandrias-MBP privateGPT % python3.11 -m private_gpt
20…
-
Hi @rodionovd, great work on this. I've been experimenting with this vs how mach_inject has been working for me. This is one thing I can't get my head around - I'm doing two tests in this scenario:
…
-
If Finder restarts, do I need to re-inject the bundle? If so, how to avoid asking admin credential again?
Thanks
mpg2025
-
IPad:~/bfinject-master root# ba
sh bfinject -P pushTanApp -L test
[+] Electra detected.
[+] Injecting into '/var/containers/Bund
le/Application/8410D1BF-BA8E-4459-84A7-0
D9AF603B098/pushTanApp.ap…
-
Interface Inspector 在 macOS High Sierra 10.13.6 下不能用吗?
## 报错
Could not attach to application
An error occured during the process.
Error: Couldn’t communicate with a helper application.
##…
-
Hi Experts,
Really impressive idea and great work from great people. Thank you all!
I have studied the code of mach_inject, and got a basic idea on how it is working. Basically it injects a code into…