diff --git a/BUILD.md b/BUILD.md index 562154863..323c9a66a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,11 +1,11 @@ hashcat build documentation = # Revision: -* 1.3 +* 1.4 # Author: see docs/credits.txt -# Building hashcat for Linux and macOS +# Building hashcat for Linux, macOS and Windows (using Cygwin or MSYS2) Get a copy of the **hashcat** repository @@ -29,10 +29,10 @@ $ make install If you install it, cached kernels, session files, restore- and pot-files etc. will go to $HOME/.hashcat/ -# Building hashcat for Windows +# Building hashcat for Windows from Linux ```sh -$ make win32 win64 +$ make win ``` = diff --git a/docs/changes.txt b/docs/changes.txt index ea1f7ccc8..926763148 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -32,6 +32,7 @@ ## Improvements ## +- Building: Updated BUILD.md - Tuning Database: Updated hashcat.hctune with new models and refreshed vector width values - Bitcoin Wallet: Be more user friendly by allowing a larger data range for ckey and public_key - OpenCL Runtime: Workaround JiT compiler error on AMDGPU driver compiling WPA-EAPOL-PBKDF2 OpenCL kernel