| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binwalk | ||
| scripts | ||
| .gitignore |
In Python 3.4, if the interpreter is launched with e.g. LANG=C environment, binwalk fails with UnicodeDecodeError, since it tries to decode included magic files (such as src/binwalk/magic/linux) with ascii codec. This patch makes sure that utf-8 codec is always used.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binwalk | Loading commit data... | |
| scripts | Loading commit data... | |
| .gitignore | Loading commit data... |