@zhuowei Hi, I have a question.
So basically, I want to try and get https://github.com/zhuowei/iOS-run-macOS-executables-tools/tree/main/dyldloader working on iOS 16. So far, you can replace __DATA with __DATA_DIRTY on line 43 to get it somewhat working, but the program still crashes with bus error. And if you spawn the program suspended, it says:
"Can't allocate into process: (os/kern) no space available”
The whole reason I want to do this is to patch out sigchecks in dyld like livecontainer does and use the dyld insert libraries variable patch from dopamine in order to get tweaks to work in app store apps. Would you happen to know whats wrong with it and how to fix it on iOS 16?
So basically, I want to try and get https://github.com/zhuowei/iOS-run-macOS-executables-tools/tree/main/dyldloader working on iOS 16. So far, you can replace __DATA with __DATA_DIRTY on line 43 to get it somewhat working, but the program still crashes with bus error. And if you spawn the program suspended, it says:
"Can't allocate into process: (os/kern) no space available”
The whole reason I want to do this is to patch out sigchecks in dyld like livecontainer does and use the dyld insert libraries variable patch from dopamine in order to get tweaks to work in app store apps. Would you happen to know whats wrong with it and how to fix it on iOS 16?