1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
hashcat/src
2020-08-05 14:52:13 +02:00
..
modules Removed unstable warnings for AMD-GPU-PRO on -m 15300, 15700 and 21500 2020-08-05 14:52:13 +02:00
affinity.c
autotune.c Fixed cleanup of password candidate buffers on GPU set from autotune in case -n was used 2020-05-20 12:44:04 +02:00
backend.c OpenCL Devices: Utilize PCI domain to improve alias device detection 2020-07-27 15:21:56 +02:00
benchmark.c Replace mode 2500 with 22000 as default WPA benchmark mode 2020-01-19 19:24:11 +01:00
bitmap.c Run through clang-tidy's readability-uppercase-literal-suffix 2019-08-03 19:59:17 -07:00
bitops.c
brain.c Fix for #2387, but need some testing first 2020-06-03 11:10:31 +02:00
combinator.c fix the comments :) 2019-07-01 17:27:08 +02:00
common.c
convert.c suppress some handpicked control characters from being printed to console 2020-04-30 13:29:51 +02:00
cpt.c
cpu_crc32.c Fix extra semicolon warnings 2019-11-09 16:42:50 -08:00
debugfile.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
dictstat.c Dictstat: On Windows, the st_ino attribute in the stat struct is not set which can lead to invalid cache hits. Added the filename to the database entry. 2020-03-10 15:42:55 +01:00
dispatch.c Fixed invalid use of --hex-wordlist if encoded wordlist string is larger than length 256 2019-10-08 12:33:11 +02:00
dynloader.c
emu_general.c
emu_inc_cipher_aes.c
emu_inc_cipher_camellia.c
emu_inc_cipher_des.c
emu_inc_cipher_kuznyechik.c
emu_inc_cipher_serpent.c
emu_inc_cipher_twofish.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_common.c
emu_inc_ecc_secp256k1.c electrum 4/5: improve speed (rm hook) 2019-12-05 10:43:42 +01:00
emu_inc_hash_md4.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_md5.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_ripemd160.c
emu_inc_hash_sha1.c
emu_inc_hash_sha224.c
emu_inc_hash_sha256.c
emu_inc_hash_sha384.c
emu_inc_hash_sha512.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_streebog256.c
emu_inc_hash_streebog512.c
emu_inc_hash_whirlpool.c
emu_inc_platform.c
emu_inc_rp_optimized.c
emu_inc_rp.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_scalar.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_simd.c
emu_inc_truecrypt_crc32.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_truecrypt_keyfile.c
emu_inc_truecrypt_xts.c
emu_inc_veracrypt_xts.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
event.c Increase buffer size for --example-hashes output 2019-04-08 17:36:26 +02:00
ext_ADL.c
ext_cuda.c
ext_lzma.c
ext_nvapi.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
ext_nvml.c
ext_nvrtc.c cosmetic: minor code style fixes 2020-06-13 11:19:00 +02:00
ext_OpenCL.c
ext_sysfs.c Add missing files 2016-11-05 23:34:17 +01:00
filehandling.c cosmetic: minor code style fixes 2020-06-13 11:19:00 +02:00
folder.c Fix for #2387, but need some testing first 2020-06-03 11:10:31 +02:00
hashcat.c Fixed unresolvable relative paths in hashcat.log 2020-07-29 11:26:45 +02:00
hashes.c allow --left and -o work with binary hash files 2020-06-15 15:43:49 +02:00
hlfmt.c use our safe free () wrapper hcfree whenever possible 2020-05-14 19:21:59 +02:00
hwmon.c cosmetic: minor code style fixes 2020-06-13 11:19:00 +02:00
induct.c
interface.c Fixed internal access on module option attribute OPTS_TYPE_SUGGEST_KG with the result that it was unused 2020-08-04 15:15:06 +02:00
keyboard_layout.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
locking.c
logfile.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
loopback.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
main.c make 'Applicable optimizers' less ambiguous 2020-06-23 12:10:47 -08:00
Makefile Unset PRODUCTION in src/Makefile 2020-07-29 12:32:11 +02:00
memory.c Adjust hcmalloc to be the same as calloc 2017-10-02 12:20:16 -07:00
monitor.c
mpsp.c Fixed integer overflow for large masks in -a 6 attack mode 2020-07-21 14:12:55 +02:00
outfile_check.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
outfile.c allow --left and -o work with binary hash files 2020-06-15 15:43:49 +02:00
pidfile.c
potfile.c allow --left and -o work with binary hash files 2020-06-15 15:43:49 +02:00
restore.c Fixed race condition in maskfile mode by using a dedicated flag for restore execution 2019-08-06 14:07:43 +02:00
rp_cpu.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
rp.c Fix extra semicolon warnings 2019-11-09 16:42:50 -08:00
selftest.c Change bitsliced kernels from 3d to 2d invocation mode for slightly better performance 2020-02-22 07:59:58 +01:00
shared.c Add new category HASH_CATEGORY_PRIVATE_KEY 2020-07-30 12:25:46 +02:00
slow_candidates.c Change out-of-boundary fix in order to re-enable password length 256 with rules in pure kernel mode 2019-11-26 11:26:56 +01:00
status.c use our safe free () wrapper hcfree whenever possible 2020-05-14 19:21:59 +02:00
stdout.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
straight.c (straight) remove unused *rc* vars and cleanup 2019-07-13 07:16:03 +02:00
terminal.c cosmetic: minor code style fixes 2020-06-13 11:19:00 +02:00
thread.c
timer.c Remove inline from functions 2019-09-09 16:46:58 -07:00
tuningdb.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
usage.c OpenCL Options: Set --spin-damp to 0 (disabled) by default. With the CUDA backend this workaround became deprecated 2020-03-12 10:51:10 +01:00
user_options.c Fixed internal access on module option attribute OPTS_TYPE_SUGGEST_KG with the result that it was unused 2020-08-04 15:15:06 +02:00
wordlist.c Fixed missing to copy the dictfile to dictfile_padded buffer 2020-03-10 15:49:02 +01:00