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 bb972931f3
Fix some code in hwmon.c to make cppcheck happy
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
bitops.c
combinator.c * Wrap everything related to *stat() into own functions 8 years ago
common.c
convert.c Fix a few float conversion errors 8 years ago
cpt.c Added new hash-mode 99999 = Plaintext 8 years ago
cpu_aes.c
cpu_crc32.c
cpu_des.c
cpu_md4.c Added new hash-mode 99999 = Plaintext 8 years ago
cpu_md5.c
cpu_sha1.c
cpu_sha256.c
debugfile.c Fix file locking (again). 8 years ago
dictstat.c Fix file locking (again). 8 years ago
dispatch.c Fix a bug in reject counter in stdin mode and simplify some code 8 years ago
dynloader.c
event.c Fix small format warning 8 years ago
ext_ADL.c
ext_OpenCL.c
ext_nvapi.c
ext_nvml.c
ext_sysfs.c Add missing files 8 years ago
ext_xnvctrl.c
filehandling.c
folder.c Replaced all calls to readdir() with readdir_r() to ensure thread safety with exception to windows, because there's no readdir_r() for windows. We should replace this with FindFirstFile() and FindNextFile() in a later version 8 years ago
hashcat.c Add back input queue in status view 8 years ago
hashes.c Print expected data in rules debugging modes 8 years ago
hlfmt.c
hwmon.c Fix some code in hwmon.c to make cppcheck happy 8 years ago
induct.c Removed function induct_ctx_cleanup() from induct.c - code was moved into hashcat.c 8 years ago
interface.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 8 years ago
locking.c Fix locking.c warnings when compiling on windows 8 years ago
logfile.c Fix file locking (again). 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
monitor.c Fix a few float conversion errors 8 years ago
mpsp.c Remove some code which was already moved from mpsp.c to interface.c 8 years ago
opencl.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 8 years ago
outfile.c Merge pull request #570 from magnumripper/master 8 years ago
outfile_check.c Fix some double-free if manually setting --outfile-check-dir 8 years ago
potfile.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
restore.c Fix a few printf formats 8 years ago
rp.c Fixed a bug in rule generator code when using the memory copy function 8 years ago
rp_cpu.c * Wrap everything related to *stat() into own functions 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 Remove some code which was already moved from mpsp.c to interface.c 8 years ago
stdout.c Fix the rejection of words in a wordlist if it's exactly of length 32 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
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
win_file_globbing.mk
wordlist.c Fix a bug in reject counter in stdin mode and simplify some code 8 years ago