Commit Graph

328 Commits (b54ad7981f0ae29a6927b05c4307b43ac603182c)

Author SHA1 Message Date
Gabriele Gristina b54ad7981f update repo and re-apply zip patch
5 years ago
Gabriele Gristina 28a04d80b1 remove useless objs from OBJS_ZLIB
5 years ago
Gabriele Gristina 60a683daa8 Hide warning about implicit declaration of function
5 years ago
Gabriele Gristina e86cbf426a add workaround for zlib with cygwin build (v2)
5 years ago
Gabriele Gristina 9673dedebf Force undef WIDECHAR in cygwin build
5 years ago
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing
5 years ago
Gabriele Gristina 6cb4abd526 Add zlib support v2
5 years ago
Gabriele Gristina ec41a3f84e switch to /usr/bin/ar
5 years ago
Gabriele Gristina b75fcef780 Fix fatal OSX build errors
5 years ago
Jens Steube a01cc28ec6
Merge pull request #2014 from hashcat/master
5 years ago
philsmd f45a726376
fixes #2012: add Deflate support for 7-Zip using zlib
5 years ago
Jens Steube 50a6e720ca More OpenCL variables rename
5 years ago
Jens Steube a6fa7a2749 Add support for some first CUDA module loader
5 years ago
Jens Steube 6fd936b43a Removed --opencl-platforms filter in order to force backend device numbers to stay constant
5 years ago
Jens Steube e3500ff4aa Add CUDA device attributes to -I
5 years ago
Jens Steube 4045e60021 Add nvrtc wrapper for later use
5 years ago
Jens Steube 4b986de5fb Prepare native CUDA hybrid integration
5 years ago
jsteube 91d9475c11 Plugin refactorization should be finished, no more need for these flags
5 years ago
jsteube 56ecfc3991 No need to risk stability for 400k binary size
5 years ago
jsteube 5951322f72 Testcommit using ar tool in Makefile
5 years ago
jsteube b8d609ba16 WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
5 years ago
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
5 years ago
jsteube 2bb594b385 Remove add3() from bitops, replaced with the ones in inc_common.cl
5 years ago
jsteube ecbd4a51c8 Add remaining emu_inc_* sources to Makefile
5 years ago
jsteube 5b667d2c01 Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
5 years ago
jsteube fb8a9d7c40 Get rid of cpu_sha1.c
5 years ago
jsteube 66d94b06e4 Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version
5 years ago
jsteube 0a6fc35707 Fix includes in Makefile
5 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
5 years ago
jsteube d2d1278bf7 Reenable brain support by default
5 years ago
jsteube 11b1189e53 Fix makefile targets
5 years ago
jsteube 68d6d36761 Binary Distribution: Removed 32 bit binary executeables
5 years ago
jsteube 64540dee37 Limit the compiler threads, otherwise this consumes a lot of memory resources due to the new module sources
5 years ago
jsteube 0c08e2fcab Add missing cpu_sha256 in module linking
5 years ago
jsteube 5779fa9df6 Add missing modules 6800, 11300, 13400 and 13500
5 years ago
jsteube 91f6d7c32e Add -m 99999 module
5 years ago
jsteube 8eb2558a7e Add -m 6211 module and moved some code around
5 years ago
jsteube b729fe04b7 Add module and unit test for -m 11600
5 years ago
jsteube 4b9b59a3cb Add module 5500
5 years ago
jsteube 4b49ceea46 Fix module suffix on msys
5 years ago
jsteube 7d7c618629 Go back to code linking into modules until there's a better solution
5 years ago
jsteube 4557bcfbd9 Add modules back to default target
5 years ago
jsteube e493704e5f Add modules to make install target
5 years ago
jsteube 550b9018f9 Add -m 16801 module
5 years ago
jsteube 06a5e736b9 Add -m 500 unit test
5 years ago
jsteube 05b71b6bc0 Get rid of the compiler warnings caused by LZMA SDK
5 years ago
jsteube f6ea21449b Add -m 5600 module
5 years ago
jsteube 79c8618025 Fix cross-compiled binaries and modules
5 years ago
jsteube 083d6e1fb2 Refresh dynloader management
5 years ago
jsteube 0cd2c5ab35 Use -export_dynamic instead of --export-dynamic on OSX
5 years ago