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 c254138c21
Fix some code in opencl.c to make cppcheck happy
8 years ago
..
Makefile
affinity.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 8 years ago
autotune.c
benchmark.c
bitmap.c
bitops.c
combinator.c
common.c
convert.c
cpt.c
cpu_aes.c
cpu_crc32.c
cpu_des.c
cpu_md4.c
cpu_md5.c
cpu_sha1.c
cpu_sha256.c
debugfile.c
dictstat.c
dispatch.c Fix a bug in reject counter in stdin mode and simplify some code 8 years ago
dynloader.c
event.c
ext_ADL.c
ext_OpenCL.c
ext_nvapi.c
ext_nvml.c
ext_sysfs.c
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
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 Fix some code in interface.c to make cppcheck happy 8 years ago
locking.c
logfile.c
loopback.c
main.c
main_shared.c
memory.c
monitor.c
mpsp.c Fix some code in mpsp.c to make cppcheck happy 8 years ago
opencl.c Fix some code in opencl.c to make cppcheck happy 8 years ago
outfile.c
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
rp_cpu.c
rp_kernel_on_cpu.c
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
stdout.c
straight.c
terminal.c Fix a few printf formats 8 years ago
thread.c
timer.c
tuningdb.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 8 years ago
usage.c
user_options.c
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