1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-28 10:58:26 +00:00
hashcat/src
2016-10-08 23:44:05 +02:00
..
affinity.c Switch CPU affinity stuff to event_log_* 2016-10-08 23:38:34 +02:00
autotune.c switch autotune.c to event_log_* 2016-10-08 23:44:05 +02:00
benchmark.c Make DEFAULT_BENCHMARK_ALGORITHMS_CNT a true constant int 2016-09-27 11:09:17 +02:00
bitmap.c Add event_set_kernel_power_final() 2016-10-07 22:25:52 +02:00
bitops.c Adding compiler intrinsics implementation for bit operations 2016-10-01 12:29:05 +02:00
combinator.c Update wordlist.c function parameters 2016-10-06 16:16:56 +02:00
common.c Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
convert.c Limit exec_hexify() to max 31 chars to be able to add 0 byte 2016-10-04 23:29:15 +02:00
cpt.c Update cpt.c function parameters 2016-10-06 10:26:47 +02:00
cpu_aes.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_crc32.c Fix some uint datatype leftovers 2016-10-04 11:22:08 +02:00
cpu_des.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02: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 Update debugfile.c and hashes.c function parameters 2016-10-06 10:55:14 +02:00
dictstat.c Add some additional start-up checks 2016-10-06 17:26:15 +02:00
dispatch.c Start context-related logging with goal to get rid of logging.c 2016-10-08 23:16:40 +02:00
dynloader.c Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
event.c Start context-related logging with goal to get rid of logging.c 2016-10-08 23:16:40 +02:00
ext_ADL.c Fix some missing sign conversions 2016-09-30 18:09:29 +02:00
ext_nvapi.c Use NvAPI_Status for RC with NvAPI instead of pure int 2016-10-01 13:33:39 +02:00
ext_nvml.c Replaced NVML registry functions macros with their ascii versions 2016-10-01 14:26:12 +02:00
ext_OpenCL.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
ext_xnvctrl.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +02:00
filehandling.c Use larger counter to handle larger wordlists 2016-09-30 16:43:59 +02:00
folder.c Update folder.c function parameters 2016-10-06 16:17:29 +02:00
hashcat.c Switch CPU affinity stuff to event_log_* 2016-10-08 23:38:34 +02:00
hashes.c Update hlfmt.c function parameters 2016-10-06 21:12:32 +02:00
hlfmt.c Update hlfmt.c function parameters 2016-10-06 21:12:32 +02:00
hwmon.c Fix some nvapi calls 2016-10-06 17:03:24 +02:00
induct.c Update induct.c function parameters 2016-10-06 16:46:08 +02:00
interface.c Add straight_ctx_update_loop() 2016-10-06 22:18:20 +02:00
locking.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
logfile.c Add some additional start-up checks 2016-10-06 17:26:15 +02:00
logging.c Get rid of SUPPRESS_OUTPUT, no longer used 2016-10-01 22:15:32 +02:00
loopback.c Add some additional start-up checks 2016-10-06 17:26:15 +02:00
main.c Start context-related logging with goal to get rid of logging.c 2016-10-08 23:16:40 +02:00
Makefile Start context-related logging with goal to get rid of logging.c 2016-10-08 23:16:40 +02:00
memory.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
monitor.c Update restore.c function parameters 2016-10-06 16:34:30 +02:00
mpsp.c Add straight_ctx_update_loop() 2016-10-06 22:18:20 +02:00
opencl.c Start context-related logging with goal to get rid of logging.c 2016-10-08 23:16:40 +02:00
outfile_check.c Update outfile_check.c function parameters 2016-10-06 16:43:02 +02:00
outfile.c Add some additional start-up checks 2016-10-06 17:26:15 +02:00
potfile.c Get rid of more log_info() in hashcat() 2016-10-07 21:47:11 +02:00
restore.c Update user_options.c function parameters 2016-10-06 16:40:29 +02:00
rp_cpu.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
rp_kernel_on_cpu.c Added the current first and last password candidate test queued for execution per device on status view 2016-10-04 18:30:00 +02:00
rp.c Update rp.c function parameters 2016-10-06 21:03:10 +02:00
shared.c Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
status.c Add user_options_extra_amplifier() 2016-10-06 21:37:03 +02:00
stdout.c Update opencl.c and autotune.c function parameters 2016-10-06 15:16:30 +02:00
straight.c Add straight_ctx_update_loop() 2016-10-06 22:18:20 +02:00
terminal.c Update terminal.c function parameters 2016-10-06 20:57:29 +02:00
thread.c Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
timer.c Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
tuningdb.c Update tuning_db.c function parameters 2016-10-06 16:51:01 +02:00
usage.c Replace "#if defined (HAVE_HWMON)" with "user_options->powertune_enable = false" which give a more easy to read sourcecode 2016-09-22 10:55:33 +02:00
user_options.c Add user_options_extra_amplifier() 2016-10-06 21:37:03 +02:00
weak_hash.c Update opencl.c and autotune.c function parameters 2016-10-06 15:16:30 +02:00
win_file_globbing.mk Added docs/credits.txt 2016-09-11 22:20:15 +02:00
wordlist.c Update dictstat.c function parameters 2016-10-06 16:55:17 +02:00