gcarmix / HexWalk

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

Does not extract files #41

Open julerobb1 opened 3 weeks ago

julerobb1 commented 3 weeks ago

Hexwalk claims its extracting files, but it does not extract anything. python is properly isntalled. Can you please fix this?

gcarmix commented 3 weeks ago

Hi, the file extraction feature is dependent on binwalk, so if binwalk doesn't extract the content of a binary also hexwalk will not work, you should try to extract the same file also with binwalk on command line and see if it works. Let me know