Building: Updated BUILD.md

pull/1940/head
jsteube 5 years ago
parent f92ebc6586
commit b2347f0962

@ -1,11 +1,11 @@
hashcat build documentation hashcat build documentation
= =
# Revision: # Revision:
* 1.3 * 1.4
# Author: see docs/credits.txt # 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 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/ 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 ```sh
$ make win32 win64 $ make win
``` ```
= =

@ -32,6 +32,7 @@
## Improvements ## Improvements
## ##
- Building: Updated BUILD.md
- Tuning Database: Updated hashcat.hctune with new models and refreshed vector width values - 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 - 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 - OpenCL Runtime: Workaround JiT compiler error on AMDGPU driver compiling WPA-EAPOL-PBKDF2 OpenCL kernel

Loading…
Cancel
Save