-
Notifications
You must be signed in to change notification settings - Fork 426
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
dji mini 4 pro decode with dji_imah_fwsig #384
Comments
Decryption keys in Is there a generic method to get decryption key? @mefistotelis I am trying to find a way to get decryption key for dji osmo action 4 firmware. If you let me know, i will do it and contribute to this project. |
No. The methods changed between devices, as DJI tried to patch all the holes in their implementation. The remaining methods are not public, and can be published only by the people who extracted the keys. Breaking into the ARM TrustZone does require studying the subject in detail. When we were starting, it was enough to create a |
Yea i tried recently to do this same thing and got as far as the.sig files. I was getting errors as well and it was just the main information and nothing else to see. I was working with an Avata FW file. V01.03.0000 The tool to Extract the files from the .sig files doesn't seem to work on these newer drones like stated above. I would love to try something easier first, and then try the DJI FW again lol.. It's definitely not something you can just research on your own and learn, ive found out pretty quickly. |
I downloaded the latest firmware of dji mini 4 pro from DDD, and used binwalk to export some .sig files, and then used dji_imah_fwsig.py to decrypt, but it reported an error and analyzed the code and found that the key was wrong, so I want to know how to do it Looking for key? Analyze dji_upgrade and extract it from it?
The text was updated successfully, but these errors were encountered: