Skip to content

Commit

Permalink
adding Autel EVO firmware magic support
Browse files Browse the repository at this point in the history
  • Loading branch information
anthok committed Jan 23, 2021
1 parent e30a71b commit 563a19d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/binwalk/magic/firmware
Original file line number Diff line number Diff line change
Expand Up @@ -976,3 +976,16 @@
>31 byte 2 compression type: bzip2,
>31 byte 3 compression type: lzma,
>32 string x image name: "%s"

# AUTEL EVO I/II
# https://github.com/anthok/autel
0 string "<filetransfer>" Autel EVO Upgrade Transfer{overlap},
>16 string "<fileinfo>"
>28 belong x filename_size: {strlen:%d}%d,
>32 belong x
>36 string x filename: {string}%s,
>(28.L+36) string "<filecontent>"
>(28.L+36+15) belong x file_size: %d,
>(28.L+36+15+4) belong x


0 comments on commit 563a19d

Please sign in to comment.