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 11c5d86d40
Fix out_flush() in case of zero length message
8 years ago
..
Makefile Basic sysfs support to read temp and read/write fan speed for amd-gpu-pro 8 years ago
affinity.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 8 years ago
autotune.c Remove some unused code in autotune.c 8 years ago
benchmark.c Fix a bunch of warnings 8 years ago
bitmap.c Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 8 years ago
bitops.c Adding compiler intrinsics implementation for bit operations 8 years ago
combinator.c * Wrap everything related to *stat() into own functions 8 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c More sign fixes 8 years ago
cpt.c Added new hash-mode 99999 = Plaintext 8 years ago
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c More sign fixes 8 years ago
cpu_des.c Introduce hashes_t; not finishe yet 8 years ago
cpu_md4.c Added new hash-mode 99999 = Plaintext 8 years ago
cpu_md5.c Fix some missing sign conversions 8 years ago
cpu_sha1.c Introduce hashes_t; not finishe yet 8 years ago
cpu_sha256.c Introduce hashes_t; not finishe yet 8 years ago
debugfile.c Fix file locking (again). 8 years ago
dictstat.c More sign fixes 8 years ago
dispatch.c Fix includes for dispatch.c 8 years ago
dynloader.c Replaced dynloader macros with real functions 8 years ago
event.c Fix small format warning 8 years ago
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
ext_OpenCL.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 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
ext_xnvctrl.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
filehandling.c More sign fixes 8 years ago
folder.c Add some missing returncode checks to get_exec_path() 8 years ago
hashcat.c Try to use true and false in case we're handling a bool data-type just as kind of a hint it's a bool 8 years ago
hashes.c Fix the evil :password bug, where the hash itself wasn't printed 8 years ago
hlfmt.c Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 8 years ago
hwmon.c use pwm1_max as reference in sysfs for 100%, not a fixed value 8 years ago
induct.c Removed function induct_ctx_cleanup() from induct.c - code was moved into hashcat.c 8 years ago
interface.c Fix some unreachable code 8 years ago
locking.c Fix locking.c warnings when compiling on windows 8 years ago
logfile.c Check fopen() return in logfile_append() 8 years ago
loopback.c Fix file locking (again). 8 years ago
main.c Fix a few float conversion errors 8 years ago
main_shared.c Fix some compiler warnings when compiling hashcat_shared 8 years ago
memory.c Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 8 years ago
monitor.c Simplify --gpu-temp-retain handling code 8 years ago
mpsp.c Fix some code in mpsp.c to make cppcheck happy 8 years ago
opencl.c Rewrite some calls to clGetProgramInfo() to make scan-build happy 8 years ago
outfile.c Close outfile after initial write check 8 years ago
outfile_check.c Improve handling of MAX_CUT_TRIES 8 years ago
potfile.c Add output buffer size to ascii_digest() 8 years ago
restore.c Fix some code in restore.c to make cppcheck happy 8 years ago
rp.c Fix some code in rp.c to make cppcheck happy 8 years ago
rp_cpu.c Fix some code in rp_cpu.c to make cppcheck happy 8 years ago
rp_kernel_on_cpu.c Fix some uninitialized variables in rp_kernel_on_cpu.c 8 years ago
shared.c Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects 8 years ago
status.c Fix some unreachable code 8 years ago
stdout.c Fix out_flush() in case of zero length message 8 years ago
straight.c Fix the rejection of words in a wordlist if it's exactly of length 32 8 years ago
terminal.c Fix a few printf formats 8 years ago
thread.c Quit program also if status == PAUSED 8 years ago
timer.c Replaced timer macros with inlines 8 years ago
tuningdb.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 8 years ago
usage.c Added new hash-mode 14400 = SHA1(CX) 8 years ago
user_options.c Do not control fan speed in benchmark mode 8 years ago
weak_hash.c Add some more returncode checks 8 years ago
win_file_globbing.mk Add some changes to improve compiling on MSYS2 8 years ago
wordlist.c Fix some code in wordlist.c to make cppcheck happy 8 years ago