You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue that I can't seem to resolve on my own. I've developed an application using Xcode that utilizes irecovery libraries for sending files to Apple devices in pwndfu mode.
The problem specifically arises when working with M series CPU devices. When I run the application on these devices, it fails to send the complete file, cutting off 5889 lenght from the end of the file.
Here's a screenshot of the application running on an Intel T2 Mac, where it successfully sends the entire file: Screenshot Link
However, on M series CPU MacBooks, it sends everything except for this 5889-lenght segment of the file.
Does anyone have any suggestions on how I can resolve this issue? Currently, I'm using some irecovery dylib in conjunction with Objective-C files bridged to Swift code.
Any help or guidance would be greatly appreciated.
I would like to say that if I sent this file from irecovery binary then everything seems to working fine at M series as well.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm facing an issue that I can't seem to resolve on my own. I've developed an application using Xcode that utilizes irecovery libraries for sending files to Apple devices in pwndfu mode.
The problem specifically arises when working with M series CPU devices. When I run the application on these devices, it fails to send the complete file, cutting off 5889 lenght from the end of the file.
Here's a screenshot of the application running on an Intel T2 Mac, where it successfully sends the entire file: Screenshot Link
However, on M series CPU MacBooks, it sends everything except for this 5889-lenght segment of the file.
Does anyone have any suggestions on how I can resolve this issue? Currently, I'm using some irecovery dylib in conjunction with Objective-C files bridged to Swift code.
Any help or guidance would be greatly appreciated.
I would like to say that if I sent this file from irecovery binary then everything seems to working fine at M series as well.
The text was updated successfully, but these errors were encountered: