mirror of
https://github.com/hashcat/hashcat
synced 2024-11-24 14:27:14 +01:00
Building: Updated BUILD.md
This commit is contained in:
parent
f92ebc6586
commit
b2347f0962
8
BUILD.md
8
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
|
||||
```
|
||||
|
||||
=
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user