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
Gabriele Gristina 78c7ee2af6
HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h
2 years ago
..
modules Merge pull request #2293 from seger672/m21420 2 years ago
Makefile simplify Makefile 2 years ago
affinity.c Allow CPU affinity mask up to 64 processors in Windows. Remove call to SetThreadAffinityMask as SetProcessAffinityMask limits all threads in process. Report error code. pthread_setaffinity_np returns non-zero if failure; works also with OSX as it reports KERN_SUCCESS which is zero. 3 years ago
autotune.c Fixed out-of-boundary reads in attack mode 9 that were caused by a missing work item limit in the refactored autotune engine 3 years ago
backend.c HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h 2 years ago
benchmark.c Replace mode 2500 with 22000 as default WPA benchmark mode 4 years ago
bitmap.c Do not initialize backend devices in case --id is used and some bug fixes 3 years ago
bitops.c
brain.c make const char pointers actually const 3 years ago
combinator.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
common.c
convert.c suppress some handpicked control characters from being printed to console 4 years ago
cpt.c Do not initialize backend devices in case --id is used and some bug fixes 3 years ago
cpu_crc32.c Rename hc_fopen_nozip() to hc_fopen_raw() 3 years ago
debugfile.c Always cleanup and initialize all parts of HC_FILE structure 3 years ago
dictstat.c Fix unusued variable warning 3 years ago
dispatch.c Fixed out-of-boundary read in PKZIP masterkey kernel if the password candidate has length zero. 3 years ago
dynloader.c
emu_general.c Wrap atomic functions with hc_ prefix to have better platform control 3 years ago
emu_inc_cipher_aes.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_camellia.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_des.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_kuznyechik.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_serpent.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_twofish.c Remove more old GCC diagnostic options 5 years ago
emu_inc_common.c Remove more old GCC diagnostic options 5 years ago
emu_inc_ecc_secp256k1.c electrum 4/5: improve speed (rm hook) 5 years ago
emu_inc_hash_md4.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_md5.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_ripemd160.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha1.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha224.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha256.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha384.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha512.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_streebog256.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_streebog512.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_whirlpool.c Remove more old GCC diagnostic options 5 years ago
emu_inc_platform.c Prepare native CUDA hybrid integration 5 years ago
emu_inc_rp.c Remove more old GCC diagnostic options 5 years ago
emu_inc_rp_optimized.c Remove more old GCC diagnostic options 5 years ago
emu_inc_scalar.c Remove more old GCC diagnostic options 5 years ago
emu_inc_simd.c Remove more old GCC diagnostic options 5 years ago
event.c Increase buffer size for --example-hashes output 5 years ago
ext_ADL.c ADL: Updated support for AMD Display Library to 15.0, updated datatypes and added support for OverDrive 7 and 8 based GPUs 3 years ago
ext_OpenCL.c OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h 2 years ago
ext_cuda.c Prepare native CUDA hybrid integration 5 years ago
ext_hip.c HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h 2 years ago
ext_hiprtc.c HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h 2 years ago
ext_iokit.c remove unused hm_IOKIT_SMCCall() call 3 years ago
ext_lzma.c
ext_nvapi.c Restyling hwmon (2021)(2) 3 years ago
ext_nvml.c Restyling hwmon (2021)(2) 3 years ago
ext_nvrtc.c cosmetic: minor code style fixes 4 years ago
ext_sysfs_amdgpu.c Rename hardware monitor interface sysfs to sysfs_amdgpu 3 years ago
ext_sysfs_cpu.c Fix bug on hm_SYSFS_CPU_get_syspath_hwmon() 3 years ago
filehandling.c whitespace and code style fixes 3 years ago
folder.c Folders: Do not escape the variable cpath_real to prevent certain OpenCL runtimes from running into an error which do not support escape characters 3 years ago
hashcat.c Fix compilation without brain 3 years ago
hashes.c User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line 3 years ago
hlfmt.c make const char pointers actually const 3 years ago
hwmon.c ADL: Updated support for AMD Display Library to 15.0, updated datatypes and added support for OverDrive 7 and 8 based GPUs 3 years ago
induct.c Do not initialize backend devices in case --id is used and some bug fixes 3 years ago
interface.c User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line 3 years ago
keyboard_layout.c Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS 2 years ago
locking.c Avoid directly accessing file handle 3 years ago
logfile.c Fix missing hc_unlockfile() 4 years ago
loopback.c Do not initialize backend devices in case --id is used and some bug fixes 3 years ago
main.c Update benchmark hash-mode header visualization 3 years ago
memory.c
monitor.c Add support for CPU/GPU device temperature and fanspeed using iokit (Apple) 3 years ago
mpsp.c make const char pointers actually const 3 years ago
outfile.c Fix segfault in --hash-info by avoid huge stack buffer allocation 3 years ago
outfile_check.c Avoid directly accessing file handle 3 years ago
pidfile.c fix the comments :) 5 years ago
potfile.c Avoid (possible) undefined behaviour in hc_fclose(), and don't assume plain file 3 years ago
restore.c Avoid directly accessing file handle 3 years ago
rp.c Replace index() with strchr() for better Windows compatiblity 3 years ago
rp_cpu.c Add new rule function '3' to switch the case of the first letter after occurrence N of char X 3 years ago
selftest.c whitespace and code style fixes 3 years ago
shared.c OpenCL Backend: added workaround to make optimized kernels work on Apple Silicon 2 years ago
slow_candidates.c minor whitespace fixes 3 years ago
status.c Fixed out-of-boundary read in PKZIP masterkey kernel if the password candidate has length zero. 3 years ago
stdout.c Always cleanup and initialize all parts of HC_FILE structure 3 years ago
straight.c Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible 3 years ago
terminal.c Merge pull request #3068 from matrix/backend_info_add_localMemory_size 2 years ago
thread.c Added command prompt [f]inish to instruct hashcat to finish the current attack and quit afterwards 3 years ago
timer.c Remove inline from functions 5 years ago
tuningdb.c Tuning-Database: Add new module function module_extra_tuningdb_block() to extend hashcat.hctune content from a plugin 3 years ago
usage.c Added missing options to help output 2 years ago
user_options.c Added support to use --debug-mode in attack-mode 9 (Association Attack) 2 years ago
wordlist.c Adding upcase conversion for --hex-wordlist mode 2 years ago