gcarmix / HexWalk

Hex Viewer/Editor/Analyzer compatible with Linux/Windows/MacOS
https://www.hexwalk.com
GNU General Public License v3.0
719 stars 30 forks source link

Binary analysis continues spinning forever #22

Closed gcarmix closed 12 months ago

gcarmix commented 12 months ago

This happens when something is wrong with binwalk installation. Need to spot the error and tell to the user. Often this is caused by: -python executable missing -binw.py file missing or not in the same folder of Hexwalk (in windows installations)

gcarmix commented 12 months ago

solved