From 210b960fb47a3cb008d2d45072e14ab4c7af81fb Mon Sep 17 00:00:00 2001 From: Carmix Date: Mon, 9 Oct 2023 15:10:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d7dadac..1bb34ae 100644 --- a/README.md +++ b/README.md @@ -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.