Commit Graph

5939 Commits (00e1e324920953a115081aa5dead266cac6f6a4d)
 

Author SHA1 Message Date
Chick3nman f434809921 More Prep
6 years ago
Chick3nman cac6522cd7 More prep
6 years ago
jsteube 7806be32c2 Add module_unstable_warning() for several modes used with AMDGPU drivers
6 years ago
Chick3nman 81bc4b9ee9 Fixed Typo
6 years ago
Chick3nman 20aa7da205 Fixed typo
6 years ago
jsteube ea7d9c50b6 Fix missing const keyword in some includes
6 years ago
jsteube 2f972c0d36 Use apply_rules_vect_optimized() instead of apply_rules_vect() in -m 15400
6 years ago
jsteube 19a77c59f9 Removed some unused includes from ChaCha20 combinator attack kernel
6 years ago
jsteube 4fe1a4b258 Use apply_rules_vect_optimized() instead of apply_rules_vect() in -m 600
6 years ago
jsteube 1a44581524 Removed some unused includes from Blake2 combinator attack kernel
6 years ago
Chick3nman 2358220cbe Prepare for --status_json
6 years ago
Jens Steube 06dc04bf1a Use kern_type instead of hash_mode to calculate device_name_chksum
6 years ago
Jens Steube e74e8f0234 Fix device_name_chksum calculation
6 years ago
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
6 years ago
jsteube 69587c91dd Do not use uint if not needed
6 years ago
jsteube 891a5beef8 Do not use uint if not needed
6 years ago
jsteube 0a8c7fab1c Do not use ulong. It causes the 32 bit compilation to fail
6 years ago
jsteube 6e57028912 Add digest_t to emu_m02501_pure.h for later use
6 years ago
jsteube 2bb594b385 Remove add3() from bitops, replaced with the ones in inc_common.cl
6 years ago
jsteube ecbd4a51c8 Add remaining emu_inc_* sources to Makefile
6 years ago
jsteube 5b667d2c01 Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
6 years ago
jsteube fb8a9d7c40 Get rid of cpu_sha1.c
6 years ago
jsteube 4e5da084f2 Testfix for osx
6 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
6 years ago
Chick3nman 537516f694
Merge pull request #2 from hashcat/master
6 years ago
jsteube 13097fefc7 reorder functions for better overview
6 years ago
jsteube 194fd7e6d1 Fix some invalid code sections caused from conversion
6 years ago
jsteube 977199698f Move some macros from .h to .cl sources
6 years ago
jsteube e80b1838e8 Rename some functions in inc_common.cl to avoid conflicts with bitops.c
6 years ago
jsteube a44bed7549 More preparation for OpenCL emulation mode
6 years ago
jsteube adeeaee84a Replace __kernel, __constant, __global and __local qualifiers with macro for better control
6 years ago
jsteube 340d2ae7d3 Add headers for OpenCL include files
6 years ago
jsteube 0a6fc35707 Fix includes in Makefile
6 years ago
jsteube 0413314ae4 Fix missing include in amp_a0
6 years ago
jsteube c9d60c079f Prepare OpenCL kernels for non-static compilation
6 years ago
jsteube 5f5468be6f Add missing DECLSPEC in OpenCL rule functions
6 years ago
jsteube c1d5d2ff45 Improve grouping of include calls as a preparation
6 years ago
jsteube 305a044ec6 Remove some old function headers
6 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
6 years ago
jsteube 59ecdbd319 Add volatile to inline assembly instructions, it has no influence on cracking performance but compile time reduces
6 years ago
jsteube aec49509b8 Make sure -T does not come in inflict with FIXED_LOCAL_SIZE
6 years ago
jsteube f08fe1fe90 Use advanced memory allocation only on NV and AMD
6 years ago
Jens Steube af129d32da
Merge pull request #1941 from s3inlc/master
6 years ago
Sein Coray 836c91c8c2
Merge branch 'master' of https://github.com/s3inlc/hashcat
6 years ago
Sein Coray 17083b8f56
applied requested final changes
6 years ago
jsteube e0f875463f Fix HAS_VBFE use on AMDGPU driver
6 years ago
jsteube 5ef67a8ab7 Apply previous blowfish optimization for -m 3200 also on -m 9000 and -m 18600
6 years ago
jsteube a172ab7d8a Update unstable warnings for latest AMDGPU driver
6 years ago
Sein Coray 1143cef606
Merge branch 'master' into master
6 years ago
Sein Coray 7321b03102
Updated mode 19500 based on comments
6 years ago