Live data from Hacker News

The One Weird Trick SecureROM Hates [pdf]

iokit.racing

1–10 of 23 posts

Re: The One Weird Trick SecureROM Hates [pdf]

#6
post #4

Why on earth would you have a heap in a zero-stage-burned-into-chip bootloader, not to mention a USB stack. It's just self-inflicted harm at this point.

USB stack is because one of the rom bootloader’s primary functions is DFU mode so that you can reflash a bricked device.

Re: The One Weird Trick SecureROM Hates [pdf]

#9

Wow, it's really cool to read how things like this happen. While we're here, is there anything I can use to remove the alphanumeric passcode from an iPad 4 (A6X chipset, no Secure Enclave) that I've forgotten the password to?

There's a device called "IP box" which may be able to do that, it's not cheap but a mobile repair/unlocking store would probably have one.

Re: The One Weird Trick SecureROM Hates [pdf]

#10
post #6
post #4

Why on earth would you have a heap in a zero-stage-burned-into-chip bootloader, not to mention a USB stack. It's just self-inflicted harm at this point.

USB stack is because one of the rom bootloader’s primary functions is DFU mode so that you can reflash a bricked device.

A heap isn't needed, it is just super helpful.

Also DFU is not the world's best protocol, I am surprised Apple didn't just roll their own. It isn't exactly hard to replace DFU with something simpler that gets the job done.

Post reply on HN