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 62284f79b1
Get rid of exit() in hashcat.c
8 years ago
..
Makefile Remove debugging symbols from binary builds 8 years ago
affinity.c Fix some error string formats 8 years ago
autotune.c Fix some error string formats 8 years ago
benchmark.c Make DEFAULT_BENCHMARK_ALGORITHMS_CNT a true constant int 8 years ago
bitmap.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
bitops.c Adding compiler intrinsics implementation for bit operations 8 years ago
combinator.c Fix some error string formats 8 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Limit exec_hexify() to max 31 chars to be able to add 0 byte 8 years ago
cpt.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
cpu_des.c Introduce hashes_t; not finishe yet 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 Fix some error string formats 8 years ago
dictstat.c Fix some error string formats 8 years ago
dispatch.c Fix some error string formats 8 years ago
dynloader.c Replaced dynloader macros with real functions 8 years ago
event.c Make use of EVENT_CRACKER_HASH_CRACKED, do not print a cracked hash to stdout directly, let the client do it 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_xnvctrl.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
filehandling.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
folder.c Fix some error string formats 8 years ago
hashcat.c Get rid of exit() in hashcat.c 8 years ago
hashes.c Make use of EVENT_CRACKER_HASH_CRACKED, do not print a cracked hash to stdout directly, let the client do it 8 years ago
hlfmt.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
hwmon.c Fix some log levels in opencl.c 8 years ago
induct.c Fix some error string formats 8 years ago
interface.c Fix some error string formats 8 years ago
locking.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
logfile.c Fix some error string formats 8 years ago
loopback.c Fix some error string formats 8 years ago
main.c Get rid of exit() in hashcat.c 8 years ago
memory.c Fix some error string formats 8 years ago
monitor.c Fix some error string formats 8 years ago
mpsp.c Fix some error string formats 8 years ago
opencl.c Fix some log levels in opencl.c 8 years ago
outfile.c Make use of EVENT_CRACKER_HASH_CRACKED, do not print a cracked hash to stdout directly, let the client do it 8 years ago
outfile_check.c Fix some error string formats 8 years ago
potfile.c Fix formatstring in CPT display and get rid of potfile_format_plain() 8 years ago
restore.c Fix some newlines in restore mode 8 years ago
rp.c Fix some error string formats 8 years ago
rp_cpu.c Centralize hashcat_ctx memory allocation and deallocation 8 years ago
rp_kernel_on_cpu.c Remove some workarounds to use get rid of unused variable warnings 8 years ago
shared.c Fix some missing sign conversions 8 years ago
status.c Fix formatstring in CPT display and get rid of potfile_format_plain() 8 years ago
stdout.c Fix some error string formats 8 years ago
straight.c Fix some error string formats 8 years ago
terminal.c Revert "Use printf() instead of event_log_*() in terminal.c and status.c" 8 years ago
thread.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
timer.c Replaced timer macros with inlines 8 years ago
tuningdb.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
usage.c Fix newlines in help menu 8 years ago
user_options.c Fix some error string formats 8 years ago
weak_hash.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
win_file_globbing.mk Added docs/credits.txt 8 years ago
wordlist.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago