.. |
lzma_sdk
|
Update LZMA SDK files to latest (2017-08-28, 17.01 beta)
|
2017-11-07 12:27:27 +01:00 |
affinity.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
autotune.c
|
OpenCL Kernels: Use three separate comparison kernels (depending on keyver) for WPA instead of one
|
2018-02-13 09:13:35 +01:00 |
benchmark.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
bitmap.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
bitops.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
combinator.c
|
Fixed a race condition in combinator- and hybrid-mode where the same scratch buffer was used by multiple threads
|
2018-02-09 09:50:13 +01:00 |
common.c
|
|
|
convert.c
|
Added rounds_count_length() function to detect optional rounds=
|
2018-06-27 11:12:35 +02:00 |
cpt.c
|
remove special time handling in hashcat.
|
2017-12-09 16:40:45 -08:00 |
cpu_aes.c
|
|
|
cpu_crc32.c
|
|
|
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
|
|
|
dictstat.c
|
Fix final comparison in sort_by_dictstat()
|
2018-02-12 14:56:28 +01:00 |
dispatch.c
|
Add special marker for speed only mode
|
2018-02-12 09:41:46 +01:00 |
dynloader.c
|
|
|
event.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
ext_ADL.c
|
|
|
ext_lzma.c
|
fix some datatypes
|
2018-02-08 19:13:29 +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
|
|
|
filehandling.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
folder.c
|
Eventual fix for unicode folder name issue on windows
|
2017-12-02 15:24:10 +01:00 |
hashcat.c
|
OpenCL Kernels: Abort session if kernel self-test failed
|
2018-06-13 12:22:54 +02:00 |
hashes.c
|
HCCAPX management: Use advanced hints in message_pair stored by hcxtools about endian bitness of replay counter
|
2018-06-15 17:00:41 +02:00 |
hlfmt.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01: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 some datatypes
|
2018-02-08 19:13:29 +01:00 |
interface.c
|
The following parser functions have been rewritten to make use of input_tokenizer():
|
2018-07-01 10:49:30 +02:00 |
locking.c
|
|
|
logfile.c
|
|
|
loopback.c
|
remove special time handling in hashcat.
|
2017-12-09 16:40:45 -08:00 |
main.c
|
Fix some typo
|
2018-06-22 09:57:44 +02:00 |
Makefile
|
Merge pull request #1529 from yarda/system-lzma-sdk
|
2018-03-03 18:37:29 +01:00 |
memory.c
|
|
|
monitor.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
mpsp.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
opencl.c
|
OpenCL kernels: Add '-pure' prefix to kernel filenames to avoid problems caused by reusing existing hashcat installation folder
|
2018-06-20 14:18:17 +02:00 |
outfile_check.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
outfile.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
pidfile.c
|
|
|
potfile.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
restore.c
|
|
|
rp_cpu.c
|
Mute a macOS -Wpointer-sign warning.
|
2018-06-27 10:41:21 +02:00 |
rp_kernel_on_cpu_optimized.c
|
|
|
rp_kernel_on_cpu.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
rp.c
|
Rule Engine: Add JtR compatible support for hex notations in rule engine
|
2018-06-14 15:08:00 +02:00 |
selftest.c
|
OpenCL Kernels: Abort session if kernel self-test failed
|
2018-06-13 12:22:54 +02:00 |
shared.c
|
Bring back CUDA_CACHE_DISABLE=1 because users report to have problems without it
|
2018-06-17 09:06:12 +02:00 |
status.c
|
OpenCL Kernels: Refactored kernel thread management from native to maximum per kernel
|
2018-02-11 21:29:57 +01:00 |
stdout.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
straight.c
|
|
|
terminal.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
thread.c
|
|
|
timer.c
|
Fix clock_gettime() on OSX (v2)
|
2018-01-11 02:41:16 +01:00 |
tuningdb.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
usage.c
|
Added hash-mode 16700 = FileVault 2
|
2018-06-18 14:38:35 +02:00 |
user_options.c
|
HCCAPX management: Use advanced hints in message_pair stored by hcxtools about endian bitness of replay counter
|
2018-06-15 17:00:41 +02:00 |
wordlist.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |