Name |
Last commit
|
Last update |
---|---|---|
.. | ||
binwalk | ||
scripts | ||
.gitignore |
I was a bit surprised to get an "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 21: invalid start byte" error while writing and testing a new magic file. It turns out that binwalk tried to parse the Vim swap file (.magic.swp) as a magic file which obviously fails. Therefore ignore all files not starting with an alphanumeric character.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
binwalk | Loading commit data... | |
scripts | Loading commit data... | |
.gitignore | Loading commit data... |