Hi maintainers,
First up, thanks for making this incredibly useful library available. I use it in a project of mine InjectionIII which allows users to "inject" code changes into a live app in Swift or Objective-C.
I've been testing the new Xcode/iOS 27 beta and found I hade to make a change to page align the memory address passed to mprotect() or else you get a EINVALID error and subsequent code fails as it can not write to SEG_DATA_CONST to update the function indirections.
The change required very minor and is available here:
johnno1962@51b4b87
Thanks again for this code.
John
Hi maintainers,
First up, thanks for making this incredibly useful library available. I use it in a project of mine InjectionIII which allows users to "inject" code changes into a live app in Swift or Objective-C.
I've been testing the new Xcode/iOS 27 beta and found I hade to make a change to page align the memory address passed to mprotect() or else you get a EINVALID error and subsequent code fails as it can not write to SEG_DATA_CONST to update the function indirections.
The change required very minor and is available here:
johnno1962@51b4b87
Thanks again for this code.
John