Commit Graph

18 Commits (e4d8e4a7ad3990ad49a8910880a68c4ebfac2297)

Author SHA1 Message Date
jsteube 7c6970dbdd Remove hard-coded static keyword from OpenCL kernels
6 years ago
jsteube 1c45de4b63 Remove more old GCC diagnostic options
6 years ago
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
6 years ago
jsteube e80b1838e8 Rename some functions in inc_common.cl to avoid conflicts with bitops.c
6 years ago
jsteube adeeaee84a Replace __kernel, __constant, __global and __local qualifiers with macro for better control
6 years ago
jsteube c9d60c079f Prepare OpenCL kernels for non-static compilation
6 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
6 years ago
Jens Steube 30681e5151 Move remaining module specific typedefs and structures from inc_types.cl to kernels
6 years ago
jsteube a9bafb7edb Add more valid plaintext pattern for -m 12700/15200
6 years ago
jsteube dc9279c95c New Strategy: Instead of using volatile, mark the mode as unstable. Remove all volatiles
6 years ago
jsteube f92ebc6586 Fix -m 15200 and -m 12700 search string in kernel
6 years ago
jsteube 0b1169e523 My Wallet: Added additional plaintext pattern used in newer versions
6 years ago
jsteube 5da1e4b872 Fixed maximum password length limit which was announced as 256 but actually was 255
6 years ago
Jens Steube 0e428b3c40 Give the compiler a hint for automatic optimizations based on password length
6 years ago
R. Yushaev 5de004103a Replace kernel parameter lists with macros
6 years ago
jsteube 68bff94980 Workaround rocm OpenCL runtime bug when copy data from constant to local memory
6 years ago
Jens Steube 02a2495349 Switched array pointer types in function declarations in order to be compatible with OpenCL 2.0
6 years ago
jsteube 32d6b3e10e OpenCL kernels: Add '-pure' prefix to kernel filenames to avoid problems caused by reusing existing hashcat installation folder
6 years ago