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 5b527f6aa6
Removed debugging code
6 years ago
..
lzma_sdk Update LZMA SDK files to latest (2017-08-28, 17.01 beta) 7 years ago
Makefile Link hashcat native binary with -lrt to workaround problems with clock_gettime() on libc versions < 2.17 6 years ago
affinity.c fixed strtok_r () calls, could prevent memory crashes 7 years ago
autotune.c OpenCL Kernels: Use a special kernel to initialize the password buffer used during autotune measurements to reduce startup time 6 years ago
benchmark.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 7 years ago
bitmap.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
bitops.c Fix compile error caused by __add3() 7 years ago
combinator.c Replace char[] with *char 7 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Stick to original JWT format from jwt.io 6 years ago
cpt.c remove special time handling in hashcat. 7 years ago
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c Fix some old GCC compiler warnings 7 years ago
cpu_des.c Add const to a few parameters. 7 years ago
cpu_md4.c Add const to a few parameters. 7 years ago
cpu_md5.c Add const to a few parameters. 7 years ago
cpu_sha1.c Add const to a few parameters. 7 years ago
cpu_sha256.c Add const to a few parameters. 7 years ago
debugfile.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
dictstat.c fixed the nanosecond access time problem, also working on macos now 7 years ago
dispatch.c More clang tidy fixes 7 years ago
dynloader.c Replaced dynloader macros with real functions 8 years ago
event.c increase HCBUFSIZ_LARGE and truncate too large strings when copied to old_buf in events 7 years ago
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
ext_OpenCL.c Fix some formating from merged PR 7 years ago
ext_lzma.c Update LZMA SDK files to latest (2017-08-28, 17.01 beta) 7 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 old GCC compiler warnings 7 years ago
folder.c Eventual fix for unicode folder name issue on windows 7 years ago
hashcat.c remove special time handling in hashcat. 7 years ago
hashes.c remove special time handling in hashcat. 7 years ago
hlfmt.c Fix a bunch of cast-qual warnings 7 years ago
hwmon.c Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius, please use driver specific tools 7 years ago
induct.c remove special time handling in hashcat. 7 years ago
interface.c OpenCL Kernels: Remove password length restriction to 16 for Cisco-PIX and Cisco-ASA hashes 6 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 Terminal: Display Set Cost/Rounds During Benchmarking 6 years ago
memory.c Adjust hcmalloc to be the same as calloc 7 years ago
monitor.c remove special time handling in hashcat. 7 years ago
mpsp.c masks: skipping too large/small masks fixed 7 years ago
opencl.c Removed debugging code 6 years ago
outfile.c Fixed the maximum password length check in password reassembling function 6 years ago
outfile_check.c remove special time handling in hashcat. 7 years ago
pidfile.c Fix some old GCC compiler warnings 7 years ago
potfile.c Added -m 16500 Kernels 6 years ago
restore.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
rp.c Remove else statement after return 7 years ago
rp_cpu.c Replace char[] with *char 7 years ago
rp_kernel_on_cpu.c Fix overflow in mangle_dupechar_last function 7 years ago
rp_kernel_on_cpu_optimized.c Backport current state of optimized kernel rule engine to CPU 7 years ago
selftest.c Add missing selftest functionality for OPTS_TYPE_INIT2/OPTS_TYPE_LOOP2 based kernels 7 years ago
shared.c Enforce environment variables to be set in cygwin environment 6 years ago
status.c Get rid of hc_ctime too. Also fix some cppcheck confusion with nvapi. 7 years ago
stdout.c More clang tidy fixes 7 years ago
straight.c Fix a few memory leaks 7 years ago
terminal.c Get rid of hc_ctime too. Also fix some cppcheck confusion with nvapi. 7 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 fixed strtok_r () calls, could prevent memory crashes 7 years ago
usage.c Added hash-mode 16600 = Electrum Wallet (Salt-Type 1-3) 6 years ago
user_options.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 7 years ago
wordlist.c remove special time handling in hashcat. 7 years ago