Skip to content
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

implemented nano3g wtf defanger for full cfw #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lemonjesus
Copy link
Member

the iPod n3g does not use an EFI WTF like everything else, it just uses a flat binary that relies rather heavily on the bootrom. by changing the condition on two instructions, we can skip the entire sig check and boot into any modified image we send it.

tested on an n3g by decrypting FIRMWARE.x1242.RELEASE.dfu, modifying it so the "do not remove" icon is different, and then sending it using this method and observing that the change did, in fact, take.

the iPod n3g does not use an EFI WTF like everything else, it just uses a flat binary that relies rather heavily on the bootrom. by changing the condition on two instructions, we can skip the entire sig check and boot into any modified image we send it.

tested on an n3g by decrypting FIRMWARE.x1242.RELEASE.dfu, modifying it so the "do not remove" icon is different, and then sending it using this method and observing that the change did, in fact, take.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants