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 322862f8dc
Fix #999 outfile for recovered hash not longer working
7 years ago
..
lzma_sdk #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 7 years ago
Makefile Fix default compile target on Msys2 7 years ago
affinity.c Fix some formats and conversion errors 8 years ago
autotune.c Added hash-mode 14800 = iTunes Backup >= 10.0 7 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 Simply do not use __builtin_bswap16() this causes all kinds of problems, use our own implementation 7 years ago
combinator.c Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat() 7 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Switch hex_to_u32() to LE 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 #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 7 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 New option --progress-only: Quickly provides ideal progress step size and time to process it per device based on the user hashes and selected options, then quit 8 years ago
dictstat.c Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations 7 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 event_log: do the string termination within event_log and use MIN () for the minimum size 7 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_lzma.c #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 7 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 Fixed parsing of hashes in case the last line did not include a linefeed character 8 years ago
folder.c If the user specifies a folder to scan for wordlists instead of directly a wordlist, then ignore the hidden files 8 years ago
hashcat.c Sessions: Move out handling of multiple instance from restore file into separate pidfile 7 years ago
hashes.c fixes 996: for pwdump format both halves of LM need to have the username info 7 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 Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat() 7 years ago
induct.c Add wrapping function for asprintf() 8 years ago
interface.c Added hash-mode 14800 = iTunes Backup >= 10.0 7 years ago
locking.c Fix locking.c warnings when compiling on windows 8 years ago
logfile.c Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations 7 years ago
loopback.c Add wrapping function for asprintf() 8 years ago
main.c Final machine output status missing depending timer 7 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 Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 8 years ago
mpsp.c Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat() 7 years ago
opencl.c OpenCL Runtime: Updated AMDGPU-Pro driver version check, do warn if version 16.60 is detected which is known to be broken 7 years ago
outfile.c Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations 7 years ago
outfile_check.c Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations 7 years ago
pidfile.c Sessions: Move out handling of multiple instance from restore file into separate pidfile 7 years ago
potfile.c Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations 7 years ago
restore.c Sessions: Move out handling of multiple instance from restore file into separate pidfile 7 years ago
rp.c Remove unused variable in rp.c 8 years ago
rp_cpu.c Fixed rule 'O' (RULE_OP_MANGLE_OMIT) in host mode in case the offset + length parameter equals the length of the input word 7 years ago
rp_kernel_on_cpu.c Fix some uninitialized variables in rp_kernel_on_cpu.c 8 years ago
shared.c Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat() 7 years ago
status.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 8 years ago
stdout.c Remove strerror in favor of thread safe %m 8 years ago
straight.c Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat() 7 years ago
terminal.c Sessions: Move out handling of multiple instance from restore file into separate pidfile 7 years ago
thread.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 8 years ago
timer.c Replaced timer macros with inlines 8 years ago
tuningdb.c Add wrapping function for asprintf() 8 years ago
usage.c Added hash-mode 14800 = iTunes Backup >= 10.0 7 years ago
user_options.c Fix #999 outfile for recovered hash not longer working 7 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 Replace some snprintf calls with asprintf. 8 years ago