Commit Graph

5799 Commits (5cddf5275dc07f5224adc336a1ecec9e61b7a75a)
 

Author SHA1 Message Date
jsteube 5cddf5275d Link BUILD_CYGWIN.md in BUILD.md
5 years ago
Jens Steube b0e5c0abc6
Merge pull request #1973 from RolfHashcat/master
5 years ago
Rolf 58f1db2aea
Create BUILD_CYGWIN.MD
5 years ago
Rolf b9e1a61efa
Update BUILD_MSYS2.md
5 years ago
jsteube 6f65948abd Rename BUILD_msys2.md
5 years ago
jsteube a3adcc0995 Update build.md
5 years ago
Jens Steube 2e4423021a
Merge pull request #1972 from RolfHashcat/master
5 years ago
jsteube a7a70c88ed Mark -m 7900 as unstable on ROCM
5 years ago
jsteube 474138f4b9 No more segfaults for -m 12200 with AMDGPU driver
5 years ago
jsteube 792d61763b No more segfaults for -m 8900 and 9300 with AMDGPU driver
5 years ago
Rolf 25dfac23ae
Create msys2_win.md
5 years ago
jsteube 9574862a19 Inline hc_byte_perm in hc_bytealign
5 years ago
jsteube 98f130e715 Fix missing changes entry
5 years ago
jsteube ffd8ec9001 Fixed output password of 'e' rule in pure and cpu rule engine if separator character is also the first letter
5 years ago
jsteube 5a1d929628 Fix some missing code changes after hc_bytealign() was changed
5 years ago
jsteube 9d6d2cb2b8 Replace md5_complete_no_limit() code with functions from emu_inc_hash_md5.h
5 years ago
jsteube 7806be32c2 Add module_unstable_warning() for several modes used with AMDGPU drivers
5 years ago
jsteube ea7d9c50b6 Fix missing const keyword in some includes
5 years ago
jsteube 2f972c0d36 Use apply_rules_vect_optimized() instead of apply_rules_vect() in -m 15400
5 years ago
jsteube 19a77c59f9 Removed some unused includes from ChaCha20 combinator attack kernel
5 years ago
jsteube 4fe1a4b258 Use apply_rules_vect_optimized() instead of apply_rules_vect() in -m 600
5 years ago
jsteube 1a44581524 Removed some unused includes from Blake2 combinator attack kernel
5 years ago
Jens Steube 06dc04bf1a Use kern_type instead of hash_mode to calculate device_name_chksum
5 years ago
Jens Steube e74e8f0234 Fix device_name_chksum calculation
5 years ago
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
5 years ago
jsteube 69587c91dd Do not use uint if not needed
5 years ago
jsteube 891a5beef8 Do not use uint if not needed
5 years ago
jsteube 0a8c7fab1c Do not use ulong. It causes the 32 bit compilation to fail
5 years ago
jsteube 6e57028912 Add digest_t to emu_m02501_pure.h for later use
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 4e5da084f2 Testfix for osx
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 13097fefc7 reorder functions for better overview
5 years ago
jsteube 194fd7e6d1 Fix some invalid code sections caused from conversion
5 years ago
jsteube 977199698f Move some macros from .h to .cl sources
5 years ago
jsteube e80b1838e8 Rename some functions in inc_common.cl to avoid conflicts with bitops.c
5 years ago
jsteube a44bed7549 More preparation for OpenCL emulation mode
5 years ago
jsteube adeeaee84a Replace __kernel, __constant, __global and __local qualifiers with macro for better control
5 years ago
jsteube 340d2ae7d3 Add headers for OpenCL include files
5 years ago
jsteube 0a6fc35707 Fix includes in Makefile
5 years ago
jsteube 0413314ae4 Fix missing include in amp_a0
5 years ago
jsteube c9d60c079f Prepare OpenCL kernels for non-static compilation
5 years ago
jsteube 5f5468be6f Add missing DECLSPEC in OpenCL rule functions
5 years ago
jsteube c1d5d2ff45 Improve grouping of include calls as a preparation
5 years ago
jsteube 305a044ec6 Remove some old function headers
5 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
5 years ago
jsteube 59ecdbd319 Add volatile to inline assembly instructions, it has no influence on cracking performance but compile time reduces
5 years ago