ReFirmLabs / binwalk

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

Silent exit when $HOME does not exist #571

Open maringuu opened 2 years ago

maringuu commented 2 years ago

I used binwalk 2.3.3.

To reproduce run: HOME=/nonexistant binwalk

The lines causing this are: https://github.com/ReFirmLabs/binwalk/blob/fa0c0bd59b8588814756942fe4cb5452e76c1dcd/src/binwalk/core/settings.py#L69-L71