1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/src
2017-12-05 14:14:36 +01:00
..
lzma_sdk Update LZMA SDK files to latest (2017-08-28, 17.01 beta) 2017-11-07 12:27:27 +01:00
affinity.c fixed strtok_r () calls, could prevent memory crashes 2017-11-18 14:23:02 +01:00
autotune.c Show [r]esume in prompt in pause mode only and show [p]ause in prompt in resume mode only 2017-11-26 10:50:22 +01:00
benchmark.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 2017-12-05 11:08:59 +01:00
bitmap.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
bitops.c Fix compile error caused by __add3() 2017-08-27 19:46:17 +02:00
combinator.c Replace char[] with *char 2017-11-13 12:12:44 -08:00
common.c
convert.c Remove else statement after return 2017-11-04 23:43:33 -07:00
cpt.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
cpu_aes.c
cpu_crc32.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
cpu_des.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_md4.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_md5.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_sha1.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_sha256.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
debugfile.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
dictstat.c fixed the nanosecond access time problem, also working on macos now 2017-10-04 12:23:37 +02:00
dispatch.c More clang tidy fixes 2017-11-05 01:52:29 -07:00
dynloader.c
event.c increase HCBUFSIZ_LARGE and truncate too large strings when copied to old_buf in events 2017-11-18 12:18:56 +01:00
ext_ADL.c
ext_lzma.c Update LZMA SDK files to latest (2017-08-28, 17.01 beta) 2017-11-07 12:27:27 +01:00
ext_nvapi.c
ext_nvml.c
ext_OpenCL.c Fix some formating from merged PR 2017-02-23 09:45:31 +01:00
ext_sysfs.c Add missing files 2016-11-05 23:34:17 +01:00
filehandling.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
folder.c Eventual fix for unicode folder name issue on windows 2017-12-02 15:24:10 +01:00
hashcat.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 2017-12-05 11:08:59 +01:00
hashes.c self-tests: always work with copies of the self-test hash 2017-11-28 16:31:04 +01:00
hlfmt.c Fix a bunch of cast-qual warnings 2017-11-13 20:46:26 -08:00
hwmon.c Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius, please use driver specific tools 2017-12-01 15:19:10 +01:00
induct.c Fix cast qual with double pointers 2017-11-24 11:08:49 -08:00
interface.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 2017-12-05 11:08:59 +01:00
locking.c file locking: for windows we need to just return 0 (otherwise compiler complains) 2017-02-14 16:53:01 +01:00
logfile.c logfile: Use struct directly instead of casting. 2017-11-04 23:33:06 -07:00
loopback.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
main.c Terminal: Send clear line code to the same output stream as the next message following 2017-12-04 14:51:42 +01:00
Makefile Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius, please use driver specific tools 2017-12-01 15:19:10 +01:00
memory.c Adjust hcmalloc to be the same as calloc 2017-10-02 12:20:16 -07:00
monitor.c Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius, please use driver specific tools 2017-12-01 15:19:10 +01:00
mpsp.c Fix a bunch of cast-qual warnings 2017-11-13 20:46:26 -08:00
opencl.c Allow relative use of -I in build_opts 2017-12-05 14:14:36 +01:00
outfile_check.c More clang tidy fixes 2017-11-05 01:52:29 -07:00
outfile.c fixes #1447: prevent hexifying the [] passwords again in --show runs 2017-11-17 10:13:04 +01:00
pidfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
potfile.c More clang tidy fixes 2017-11-05 01:52:29 -07:00
restore.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
rp_cpu.c Replace char[] with *char 2017-11-13 12:12:44 -08:00
rp_kernel_on_cpu_optimized.c Backport current state of optimized kernel rule engine to CPU 2017-08-20 12:50:24 +02:00
rp_kernel_on_cpu.c Fix overflow in mangle_dupechar_last function 2017-09-16 20:43:38 +03:00
rp.c Remove else statement after return 2017-11-04 23:43:33 -07:00
selftest.c Add missing selftest functionality for OPTS_TYPE_INIT2/OPTS_TYPE_LOOP2 based kernels 2017-10-25 13:25:18 +02:00
shared.c Fix a bunch of cast-qual warnings 2017-11-13 20:46:26 -08:00
status.c Fix cast qual with double pointers 2017-11-24 11:08:49 -08:00
stdout.c More clang tidy fixes 2017-11-05 01:52:29 -07:00
straight.c Fix a few memory leaks 2017-11-04 23:20:36 -07:00
terminal.c Show [r]esume in prompt in pause mode only and show [p]ause in prompt in resume mode only 2017-11-26 10:50:22 +01:00
thread.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
timer.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
tuningdb.c fixed strtok_r () calls, could prevent memory crashes 2017-11-18 14:23:02 +01:00
usage.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 2017-12-05 11:08:59 +01:00
user_options.c Added option --benchmark-all to benchmark all hash-modes not just the default selection 2017-12-05 11:08:59 +01:00
wordlist.c Fix a bunch of cast-qual warnings 2017-11-13 20:46:26 -08:00