1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 15:48:08 +00:00

Update tested windows version and add missing package

This commit is contained in:
Jens Steube 2021-05-07 09:53:51 +02:00 committed by GitHub
parent 286002a8d9
commit 8e074481bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Compiling hashcat with Cygwin. # Compiling hashcat with Cygwin.
Tested on a Windows 7 SP1 x64 machine. Tested on a Windows 10 20H2 x64 machine.
### Installation ### ### Installation ###
@ -11,6 +11,7 @@ Make sure to install additional dependencies necessary for hashcat compilation b
``` ```
libiconv-devel libiconv-devel
gcc-core gcc-core
gcc-g++
make make
git git
``` ```