1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-25 16:08:18 +00:00
hashcat/src
2017-01-05 16:15:12 +01:00
..
affinity.c Fix some formats and conversion errors 2016-11-30 15:14:42 -08:00
autotune.c Reset cracking register in case autotune engine accidentially cracked a hash 2016-11-30 17:51:59 +01:00
benchmark.c Fix a bunch of warnings 2016-10-30 10:58:14 -07:00
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. 2016-11-20 22:54:52 +01:00
bitops.c Adding compiler intrinsics implementation for bit operations 2016-10-01 12:29:05 +02:00
combinator.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c Switch hex_to_u32() to LE 2016-12-26 15:09:56 +01:00
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. 2016-11-20 22:54:52 +01:00
cpu_aes.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_crc32.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
cpu_des.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_md4.c Added new hash-mode 99999 = Plaintext 2016-11-03 19:02:55 +01:00
cpu_md5.c Fix some missing sign conversions 2016-09-30 18:01:59 +02:00
cpu_sha1.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_sha256.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
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 2016-12-09 23:44:43 +01:00
dictstat.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
dispatch.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
dynloader.c Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
event.c Fix %m with MinGW 2016-12-03 17:38:27 -08:00
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 2016-10-10 11:03:11 +02:00
ext_nvapi.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
ext_nvml.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
ext_OpenCL.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
ext_sysfs.c Add missing files 2016-11-05 23:34:17 +01:00
ext_xnvctrl.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
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. 2016-11-20 22:54:52 +01:00
folder.c If the user specifies a folder to scan for wordlists instead of directly a wordlist, then ignore the hidden files 2017-01-05 16:15:12 +01:00
hashcat.c Include passwords for removed hashes present in the potfile to next loopback iteration 2017-01-03 19:21:27 +01:00
hashes.c WPA cracking: Reuse PBKDF2 intermediate keys if duplicate essid is detected 2016-12-22 02:17:49 +01:00
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. 2016-11-20 22:54:52 +01:00
hwmon.c Switched matching ADL device with OpenCL device by using PCI bus, device and function 2016-12-28 10:51:39 +01:00
induct.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
interface.c Fixed hash-mode 11400 = SIP digest authentication (MD5): Cracking of hashes which did not include *auth* or *auth-int* was broken 2017-01-05 16:14:12 +01:00
locking.c Fix locking.c warnings when compiling on windows 2016-11-07 15:02:34 +01:00
logfile.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
loopback.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
main.c Added new event EVENT_WEAK_HASH_ALL_CRACKED if all hashes have been cracked during weak hash check 2017-01-03 09:56:40 +01:00
Makefile Added production flag in Makefile to disable all the GCC compiler options needed only for development 2017-01-04 10:33:20 +01:00
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. 2016-11-20 22:54:52 +01:00
monitor.c Make the PID controller more smooth 2017-01-04 15:01:35 +01:00
mpsp.c Fixes https://github.com/hashcat/hashcat/issues/932 2016-12-28 22:11:35 +01:00
opencl.c Workaround added for Intel OpenCL runtime: GPU support is broken, skip the device unless user forces to enable it 2017-01-04 11:23:57 +01:00
outfile_check.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
outfile.c Fixed hex output of plaintext in case --outfile-format 4, 5, 6 or 7 was used 2016-12-18 13:11:54 +01:00
potfile.c Include passwords for removed hashes present in the potfile to next loopback iteration 2017-01-03 19:21:27 +01:00
restore.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
rp_cpu.c Fix some code in rp_cpu.c to make cppcheck happy 2016-11-16 16:38:17 +01:00
rp_kernel_on_cpu.c Fix some uninitialized variables in rp_kernel_on_cpu.c 2016-11-12 16:30:21 +01:00
rp.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
shared.c Use vasprintf not asprintf 2016-12-24 00:57:38 +01:00
status.c Give some extra space for plain_buf1 in case $HEX[...] is added 2016-12-31 15:17:01 +01:00
stdout.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
straight.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
terminal.c Fixed display screen to show input queue when using custom charset or rules 2016-12-31 13:37:26 +01:00
thread.c Quit program also if status == PAUSED 2016-10-30 16:05:00 +01:00
timer.c Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
tuningdb.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
usage.c Reorganized 'SHA-2' constants 2016-12-17 19:50:28 +01:00
user_options.c Reenabled automatic status screen display in case of stdin used 2016-12-29 13:05:29 +01:00
weak_hash.c Add some more returncode checks 2016-10-15 19:47:53 +02:00
win_file_globbing.mk Update win_file_globbing.mk to not check 32 bit folder in 64 bit compilation 2016-11-29 13:46:59 +01:00
wordlist.c Replace some snprintf calls with asprintf. 2016-12-19 16:46:30 -08:00