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/src
jsteube a7a70c88ed
Mark -m 7900 as unstable on ROCM
5 years ago
..
modules Mark -m 7900 as unstable on ROCM 5 years ago
Makefile Declare internal functions in OpenCL kernels as static 5 years ago
affinity.c fix some datatypes 6 years ago
autotune.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 5 years ago
benchmark.c Fix cross-compiled binaries and modules 5 years ago
bitmap.c Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore 6 years ago
bitops.c Remove add3() from bitops, replaced with the ones in inc_common.cl 5 years ago
brain.c Support for inline VeraCrypt PIM Brute-Force 5 years ago
combinator.c Add -a 1 support for slow candidates mode 6 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Fix some broken strict-aliasing rules 5 years ago
cpt.c remove special time handling in hashcat. 7 years ago
cpu_crc32.c Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl 5 years ago
debugfile.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
dictstat.c Add module_potfile_disable() 5 years ago
dispatch.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 5 years ago
dynloader.c Refresh dynloader management 5 years ago
emu_general.c Do not use uint if not needed 5 years ago
emu_inc_cipher_aes.c Get rid of cpu_sha1.c 5 years ago
emu_inc_cipher_camellia.c Get rid of cpu_sha1.c 5 years ago
emu_inc_cipher_des.c Get rid of cpu_sha1.c 5 years ago
emu_inc_cipher_kuznyechik.c Get rid of cpu_sha1.c 5 years ago
emu_inc_cipher_serpent.c Get rid of cpu_sha1.c 5 years ago
emu_inc_cipher_twofish.c Get rid of cpu_sha1.c 5 years ago
emu_inc_common.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_md4.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_md5.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_ripemd160.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_sha1.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_sha224.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_sha256.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_sha384.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_sha512.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_streebog256.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_streebog512.c Get rid of cpu_sha1.c 5 years ago
emu_inc_hash_whirlpool.c Get rid of cpu_sha1.c 5 years ago
emu_inc_rp.c Get rid of cpu_sha1.c 5 years ago
emu_inc_rp_optimized.c Get rid of cpu_sha1.c 5 years ago
emu_inc_scalar.c Get rid of cpu_sha1.c 5 years ago
emu_inc_simd.c Get rid of cpu_sha1.c 5 years ago
emu_inc_truecrypt_crc32.c Get rid of cpu_sha1.c 5 years ago
emu_inc_truecrypt_keyfile.c Get rid of cpu_sha1.c 5 years ago
emu_inc_truecrypt_xts.c Get rid of cpu_sha1.c 5 years ago
emu_inc_veracrypt_xts.c Add remaining emu_inc_* sources to Makefile 5 years ago
emu_m02501_pure.c Remove add3() from bitops, replaced with the ones in inc_common.cl 5 years ago
emu_m16801_pure.c Declare internal functions in OpenCL kernels as static 5 years ago
event.c fix some datatypes 6 years ago
ext_ADL.c Refresh dynloader management 5 years ago
ext_OpenCL.c Fix some formating from merged PR 7 years ago
ext_lzma.c fix some datatypes 6 years ago
ext_nvapi.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
ext_nvml.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
ext_sysfs.c Add missing files 8 years ago
filehandling.c fix some datatypes 6 years ago
folder.c Correct buffer size parameter in snprintf calls 6 years ago
hashcat.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 5 years ago
hashes.c Abort session if module_hash_binary_count () returns zero 5 years ago
hlfmt.c Fix pwdump column names 5 years ago
hwmon.c Use dynloader.c instead of dlopen() directly 5 years ago
induct.c Add new option --slow-candidates which allows hashcat to generate passwords on-host 6 years ago
interface.c Fix use of OPTS_TYPE_SUGGEST_KG 5 years ago
keyboard_layout.c Fix function declaration for execute_keyboard_layout_mapping() 5 years ago
locking.c file locking: for windows we need to just return 0 (otherwise compiler complains) 7 years ago
logfile.c logfile: Use struct directly instead of casting. 7 years ago
loopback.c remove special time handling in hashcat. 7 years ago
main.c rewrap --keep-guessing language for console width 5 years ago
memory.c Adjust hcmalloc to be the same as calloc 7 years ago
monitor.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 5 years ago
mpsp.c Add more global default value functions 5 years ago
opencl.c Use kern_type instead of hash_mode to calculate device_name_chksum 5 years ago
outfile.c 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
outfile_check.c Add missing hook_salt buffer parameter to decoder/encoder function declaration 5 years ago
pidfile.c Pidfile: Treat a corrupted pidfile like a not existing pidfile 6 years ago
potfile.c Update catch for --keep-guessing to include auto-enabled kernels 5 years ago
restore.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
rp.c Fix broken hex notation 6 years ago
rp_cpu.c Fixed output password of 'e' rule in pure and cpu rule engine if separator character is also the first letter 5 years ago
selftest.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 5 years ago
shared.c Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c 5 years ago
slow_candidates.c 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
status.c Support for inline VeraCrypt PIM Brute-Force 5 years ago
stdout.c 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
straight.c General file handling: Abort if a byte order mark (BOM) was detected in a wordlist, hashlist, maskfile or rulefile 6 years ago
terminal.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 5 years ago
thread.c remove hc_sleep and _msec. 7 years ago
timer.c Fix clock_gettime() on OSX (v2) 6 years ago
tuningdb.c Prepare remove of hash_type variable 5 years ago
usage.c Support for inline VeraCrypt PIM Brute-Force 5 years ago
user_options.c Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl 5 years ago
wordlist.c Fixed maximum password length limit which was announced as 256 but actually was 255 5 years ago