| Name |
Last commit
|
Last update |
|---|---|---|
| src | ||
| .gitignore | ||
| API.md | ||
| INSTALL.md | ||
| LICENSE | ||
| README.md | ||
| deps.sh | ||
| setup.py |
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 |
|---|---|---|
| src | Loading commit data... | |
| .gitignore | Loading commit data... | |
| API.md | Loading commit data... | |
| INSTALL.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| deps.sh | Loading commit data... | |
| setup.py | Loading commit data... |