-
Notifications
You must be signed in to change notification settings - Fork 48
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
Decrypt firmware. #31
Comments
I want to know the way to decrypt it since i want to create custom firmware. |
Short answer: Not really. For Sony headphones with the Airoha firmware, the encrypted part starts at offset 0x1000 of the firmware file, as can be seen using the Airoha firmware parser. Note that successfully decrypting the firmware won't be simple, if at all possible: Here are some other things that can be done:
Update: I've edited my answer to reflect the fact that the mentioned decryptor has been verified to be probably correct. |
OK so, is there's a way to dump the key from the headphones itself? is UART possible? I did try your decryption script, when the firmware is decrypted, Binwalk identify it as It seems it's not working, is there's any way to get the key from the earbuds itself? Plus, is the firmware decryption is in the earbuds itself and not the Headphone Connect app? |
Is it possible to decrypt Sony Linkbuds S firmware (LS-900N)? Thanks in advance
The text was updated successfully, but these errors were encountered: