Skip to content

Instantly share code, notes, and snippets.

@adityatelange
Last active November 2, 2020 14:56
Show Gist options
  • Save adityatelange/7453b764ad9ec87d9f26457f4596de5d to your computer and use it in GitHub Desktop.
Save adityatelange/7453b764ad9ec87d9f26457f4596de5d to your computer and use it in GitHub Desktop.
Redmi 3s Land's aboot

ran od -A d -t x4 aboot |head -5

og

0000000 464c457f 00010101 00000000 00000000
0000016 00280002 00000001 8f600000 00000034
0000032 00000000 05000002 00200034 00280004
0000048 00000000 00000000 00000000 00000000
0000064 00000000 000000b4 00000000 07000000
@adityatelange
Copy link
Author

structured

          "Magic"                       "Version"         "NULL"                "ImgBase"
0000000   464c457f                      00010101          00000000              00000000
          "ImgSize"                     "CodeSize"        "ImgBase+CodeSize"    "SigSize"
0000016   00280002                      00000001          8f600000              00000034
          "ImgBase+CodeSize+SigSize"    "Certs"
0000032   00000000                      05000002          00200034              00280004
0000048   00000000                      00000000          00000000              00000000
0000064   00000000                      000000b4          00000000              07000000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment