-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs after PATCH stage on A9 devices (CPID: 8000) #1
Comments
I’m having the exact same issue with the same output on s8003. Program is run from macOS 12.4 Monterey installed M1 Pro with USB-A cable connected to USB-C to USB-A adapter. |
Tried again using the latest commit, still having the same behaviour on all the A9's. |
Hey @MatthewPierson, Thanks for creating this issue. I don't have an A9 device right now, but the issue is probably related to the shc overflow issue so I fixed it by removing the unused parts. Please try the new commit, thanks. |
Not @MatthewPierson but it didn't work on my s8003 device. Here's the output of the latest commit.
|
Same here on s8000, latest commit |
@MatthewPierson @rA9stuff @HydrationMan, |
Can confirm it is now resolved :)
|
Though, it fails on T8011, device reboots while exploiting. Here's the output.
P.S. I could open a different issue for this if you want to. |
Hey @rA9stuff, |
Hi @0x7ff, It did not fix the issue, device still reboots after running the exploit. Here's the output:
|
It's failing in the spray stage which means that either config_hole or config_overwrite_pad is wrong. Please increase config_overwrite_pad to 0x5C0 lastly and if it doesn't work for you then I will find an A10X device to do more testing. |
@0x7ff it didn't fix the issue, but it might be occurring due to me using Apple Silicon. I'd wait for Intel mac users to test gaster on T8011 before trying to fix it. Thanks. |
A similar program called ipwnder-lite also fails to pwn 8011 on Apple Silicon, but succeeds on Intel, so that's what I assumed might be happening here. |
|
Thanks, new commit is working beautifully. |
Can confirm that the latest commit works on every A7, A8, A9, A10 and A11 device that I have! Am using an Intel mac if that's relevant. Will close this issue now. |
Is this supposed to work on Linux systems ? I get the same problem on an A7 device, Ubuntu 20.4.
|
Attempting to run './gaster pwn' hangs forever after reaching the PATCH stage on all my A9 devices, a 6s and two SEs. This occurs using both LibUSB and IOKit, along with raised USB_TIMEOUT values. Device does not reboot, just stays on a black screen with nothing being printed to the serial output. Only occurs on my A9 devices, works perfectly fine on my A7, A8, A10 and A11 devices (Side-note, great job on the support for those devices!).
The text was updated successfully, but these errors were encountered: