You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/BUILD_macOS.md

25 lines
485 B

# Compiling hashcat for Windows with macOS.
Tested on macOS 12.6.6 M1.
Make sure to have the HomeBrew upgraded.
### Installation ###
```
brew install mingw-w64
git clone https://github.com/hashcat/hashcat
sudo make install
cd ../
```
### Building ###
You've already cloned the latest master revision of hashcat repository above, so switch to the folder and type "make win" to start compiling hashcat
```
cd hashcat/
make win
```
The process may take a while, please be patient.