Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gcarmix/HexWalk
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarmix committed Feb 4, 2024
2 parents 3997770 + 210b960 commit 50ea1d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ https://github.com/gcarmix/hexwalk/wiki

## Binwalk on Windows OS

For Windows, Binwalk support is experimental, it is done using a python helper file that launches the commands and must be on the same path of hexwalk.exe.
In order for binwalk support to work on Windows it is necessary to install Python and to install binwalk, at the moment of writing on windows it is supported up to binwalk 2.1.1, sources of binwalk_2.1.1 are supplied inside the binwalk_windows folder. To install it on Windows just run "python setup.py install".

EDIT:
from release 1.4.2 binwalk executables are included in the windows release folder, so it is just necessary to install Python on Windows, then the binwalk files are resolved automatically.
For Windows, Binwalk support is done using a python helper file that launches the commands and must be on the same path of hexwalk.exe. Binwalk is provided in the binwalk_windows folder and should not be installed manually, as it is called by the helper file.

## Build
If you want to build from source just open hexedit.pro in QT Creator and build it.
Expand Down

0 comments on commit 50ea1d0

Please sign in to comment.