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 f9ba94954b
Added sanity check to disallow --speed-only in combination with -i
8 years ago
..
Makefile extend global CFLAGS and LDFLAGS to aid distro packaging 8 years ago
affinity.c Fix some formats and conversion errors 8 years ago
autotune.c Reset cracking register in case autotune engine accidentially cracked a hash 8 years ago
benchmark.c Fix a bunch of warnings 8 years ago
bitmap.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 8 years ago
bitops.c Adding compiler intrinsics implementation for bit operations 8 years ago
combinator.c Remove strerror in favor of thread safe %m 8 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Use $HEX[...] in case the password includes the separater character, increases potfile reading performance 8 years ago
cpt.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 8 years ago
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c Remove strerror in favor of thread safe %m 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 Remove strerror in favor of thread safe %m 8 years ago
dictstat.c Remove strerror in favor of thread safe %m 8 years ago
dispatch.c Remove strerror in favor of thread safe %m 8 years ago
dynloader.c Replaced dynloader macros with real functions 8 years ago
event.c Fix %m with MinGW 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 Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 8 years ago
folder.c Merge pull request #898 from neheb/master 8 years ago
hashcat.c Fix some variable names in hashcat.log 8 years ago
hashes.c Remove strerror in favor of thread safe %m 8 years ago
hlfmt.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 8 years ago
hwmon.c Remove strerror in favor of thread safe %m 8 years ago
induct.c Remove strerror in favor of thread safe %m 8 years ago
interface.c Fix -m 7300 hash output from ascii_digest() 8 years ago
locking.c Fix locking.c warnings when compiling on windows 8 years ago
logfile.c Remove strerror in favor of thread safe %m 8 years ago
loopback.c Remove strerror in favor of thread safe %m 8 years ago
main.c Fix some formats and conversion errors 8 years ago
main_shared.c Fix some compiler warnings when compiling hashcat_shared 8 years ago
memory.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 8 years ago
monitor.c Minimum fanspeed increased to 33%, same as NV does on windows 8 years ago
mpsp.c Remove strerror in favor of thread safe %m 8 years ago
opencl.c Remove strerror in favor of thread safe %m 8 years ago
outfile.c Use $HEX[...] in case the password includes the separater character, increases potfile reading performance 8 years ago
outfile_check.c Use $HEX[...] in case the password includes the separater character, increases potfile reading performance 8 years ago
potfile.c Use $HEX[...] in case the password includes the separater character, increases potfile reading performance 8 years ago
restore.c Remove strerror in favor of thread safe %m 8 years ago
rp.c Remove strerror in favor of thread safe %m 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 Use $HEX[...] in case the password includes the separater character, increases potfile reading performance 8 years ago
stdout.c Remove strerror in favor of thread safe %m 8 years ago
straight.c Remove strerror in favor of thread safe %m 8 years ago
terminal.c Fix wrong usage of ctime_r() 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 Remove strerror in favor of thread safe %m 8 years ago
usage.c Added new hash-mode 14400 = SHA1(CX) 8 years ago
user_options.c Added sanity check to disallow --speed-only in combination with -i 8 years ago
weak_hash.c Add some more returncode checks 8 years ago
win_file_globbing.mk Update win_file_globbing.mk to not check 32 bit folder in 64 bit compilation 8 years ago
wordlist.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 8 years ago