.. |
lzma_sdk
|
#965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip
|
2017-01-24 10:28:35 +01:00 |
affinity.c
|
Fix some formats and conversion errors
|
2016-11-30 15:14:42 -08:00 |
autotune.c
|
Added hash-mode 14800 = iTunes Backup >= 10.0
|
2017-01-26 21:16:29 +01:00 |
benchmark.c
|
fixes #928: new mode -m 1411 = SSHA-256(Base64), LDAP {SSHA256}
|
2017-01-31 12:40:43 +01: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
|
Simply do not use __builtin_bswap16() this causes all kinds of problems, use our own implementation
|
2017-01-21 18:23:11 +01:00 |
combinator.c
|
Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
|
2017-01-27 11:46:45 +01: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
|
#965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip
|
2017-01-24 10:28:35 +01: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
|
Wordlists: Disable dictstat handling for hash-mode 3000 as it virtually creates words in the wordlist which is not the case for other modes
|
2017-01-30 10:45:56 +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
|
event_log: do the string termination within event_log and use MIN () for the minimum size
|
2017-01-24 13:00:23 +01:00 |
ext_ADL.c
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02:00 |
ext_lzma.c
|
#965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip
|
2017-01-24 10:28:35 +01: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
|
Fixed parsing of hashes in case the last line did not include a linefeed character
|
2017-01-05 21:58:24 +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:21:57 +01:00 |
hashcat.c
|
Sessions: Move out handling of multiple instance from restore file into separate pidfile
|
2017-01-27 16:29:18 +01:00 |
hashes.c
|
Added support for loading hccapx files
|
2017-02-06 17:03:42 +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
|
Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
|
2017-01-27 11:46:45 +01:00 |
induct.c
|
Add wrapping function for asprintf()
|
2016-12-24 00:40:40 +01:00 |
interface.c
|
Added support for loading hccapx files
|
2017-02-06 17:03:42 +01:00 |
locking.c
|
Fix locking.c warnings when compiling on windows
|
2016-11-07 15:02:34 +01:00 |
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
|
2017-01-27 14:50:39 +01:00 |
loopback.c
|
Add wrapping function for asprintf()
|
2016-12-24 00:40:40 +01:00 |
main.c
|
Final machine output status missing depending timer
|
2017-01-12 09:01:21 +01:00 |
Makefile
|
Added hash-mode 4520 = sha1($salt.sha1($pass))
|
2017-01-31 11:44:58 +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
|
Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress
|
2017-01-06 08:45:40 +01:00 |
mpsp.c
|
Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
|
2017-01-27 11:46:45 +01:00 |
opencl.c
|
OpenCL Device: Do a check on available constant memory size and abort if it's less than 64kB
|
2017-01-29 10:11:13 +01:00 |
outfile_check.c
|
WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:essid
|
2017-02-01 12:25:21 +01:00 |
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
|
2017-01-27 14:50:39 +01:00 |
pidfile.c
|
Sessions: Move out handling of multiple instance from restore file into separate pidfile
|
2017-01-27 16:29:18 +01:00 |
potfile.c
|
WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:essid
|
2017-02-01 12:25:21 +01:00 |
restore.c
|
Sessions: Move out handling of multiple instance from restore file into separate pidfile
|
2017-01-27 16:29:18 +01:00 |
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
|
2017-01-23 14:19:37 +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 unused variable in rp.c
|
2017-01-06 07:55:35 +01:00 |
shared.c
|
Fix for https://github.com/hashcat/hashcat/issues/1006
|
2017-01-31 21:29:45 +01:00 |
status.c
|
Added support for loading hccapx files
|
2017-02-06 17:03:42 +01:00 |
stdout.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
straight.c
|
Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
|
2017-01-27 11:46:45 +01:00 |
terminal.c
|
Sessions: Move out handling of multiple instance from restore file into separate pidfile
|
2017-01-27 16:29:18 +01:00 |
thread.c
|
Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress
|
2017-01-06 08:45:40 +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
|
Added support for loading hccapx files
|
2017-02-06 17:03:42 +01:00 |
user_options.c
|
Use hc_path_create() for additional write checks on startup
|
2017-01-28 00:08:12 +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
|
2017-02-06 15:43:26 -08:00 |
wordlist.c
|
Replace some snprintf calls with asprintf.
|
2016-12-19 16:46:30 -08:00 |