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/docs/BUILD.md

1.7 KiB

oclHashcat build documentation

Revision:

  • 1.1

Authors:

Dependencies

To compile oclHashcat the following third party libraries are required:

To be able to compile the ocl binaries, it is required to have the latest stable driver from AMD installed. (fglxr must be installed and initialized)

http://support.amd.com/

The next thing to do is download all the third party libraries listed above and put these files into the deps/tmp directory.

The following files are needed inside the deps/tmp directory:

ADL_SDK8.zip
R352-developer.zip
cuda_7.5.18_linux.run
NVIDIA-Linux-x86_64-352.21.run
gdk_linux_amd64_352_55_release.run
AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2

Building oclHashcat

First get a copy of oclHashcat repository

$ git clone https://github.com/hashcat/oclHashcat.git

Install the dependencies

$ cd oclHashcat
$ sudo ./tools/deps.sh

Run "make all"

$ make all

Useful tricks:

  • build only Linux binaries
$ make linux
  • build only Windows binaries
$ make windows

= Enjoy your fresh oclHashcat binaries ;)