ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.54k stars 1.51k forks source link

Exit unclean when IOError occurs #572

Open maringuu opened 2 years ago

maringuu commented 2 years ago

Related https://github.com/ReFirmLabs/binwalk/issues/571

I ran binwalk in docker and did not create a home directory for the user that I ran binwalk with. It was very confusing when binwalk worked as root but not as my newly created user.

Using a positive exitcode communicates that something went wrong.