1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 04:23:06 +00:00
hashcat/src
2016-09-28 23:14:08 +02:00
..
affinity.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
attack_mode.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
autotune.c Separate rules and straight mode from each other, remove rules_ctx_t 2016-09-27 13:13:07 +02:00
benchmark.c Make DEFAULT_BENCHMARK_ALGORITHMS_CNT a true constant int 2016-09-27 11:09:17 +02:00
bitmap.c Move all bitmap related host code into bitmap.c 2016-09-22 16:23:36 +02:00
bitops.c Move sanity check into user_options.c 2016-09-20 17:04:31 +02:00
combinator.c Add missing combinator files 2016-09-27 20:07:49 +02:00
common.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
convert.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_aes.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_crc32.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_des.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_md5.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +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
data.c Move global mux_dispatcher variable into opencl_ctx_t 2016-09-20 13:18:47 +02:00
debugfile.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
dictstat.c Move functions from filenames.c to opencl.c and shared.c 2016-09-24 21:44:43 +02:00
dispatch.c Move pw_min and pw_max to hashconfig_t and bring back data.shutdown_* 2016-09-28 13:51:00 +02:00
dynloader.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
ext_ADL.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +02:00
ext_nvapi.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +02:00
ext_nvml.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +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 Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
folder.c Introduce folder_config_t 2016-09-21 23:06:11 +02:00
hash_management.c Move pw_min and pw_max to hashconfig_t and bring back data.shutdown_* 2016-09-28 13:51:00 +02:00
hashcat.c Fixes https://github.com/hashcat/hashcat/issues/517 2016-09-28 22:38:09 +02:00
hlfmt.c data. no longer required in hlfmt 2016-09-24 14:41:21 +02:00
hwmon.c Make hm_adapters_* attributes local ones 2016-09-28 23:07:25 +02:00
induct.c Move all induction folder related host code into induct.c 2016-09-22 17:06:53 +02:00
interface.c Fix WPA benchmark default mask 2016-09-28 23:14:08 +02:00
locking.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
logfile.c Rewrote logfile handling from scratch 2016-09-23 21:41:05 +02:00
logging.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
loopback.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
Makefile Introduct combinator_ctx_t 2016-09-27 18:32:09 +02:00
memory.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
monitor.c Fixes https://github.com/hashcat/hashcat/issues/517 2016-09-28 22:38:09 +02:00
mpsp.c refactor mask_ctx_parse_maskfile() 2016-09-27 20:02:12 +02:00
opencl.c Make use of hwmon_ctx_t 2016-09-28 22:28:44 +02:00
outfile_check.c Fixes https://github.com/hashcat/hashcat/issues/517 2016-09-28 22:38:09 +02:00
outfile.c Add goodbye_screen() 2016-09-24 12:29:07 +02:00
potfile.c Move dictstat_init() out of outer loop, also add enabled flag 2016-09-24 13:01:17 +02:00
powertune.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
remove.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
restore.c Fix segfault in benchmark mode 2016-09-25 01:18:08 +02:00
rp_cpu.c Prepare for rules_ctx_t 2016-09-24 11:08:35 +02:00
rp_kernel_on_cpu.c Prepare for rules_ctx_t 2016-09-24 11:08:35 +02:00
rp.c Separate rules and straight mode from each other, remove rules_ctx_t 2016-09-27 13:13:07 +02:00
runtime.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
session.c Move loading rules into outer loop 2016-09-24 12:05:56 +02:00
shared.c Move functions from filenames.c to opencl.c and shared.c 2016-09-24 21:44:43 +02:00
status.c Make use of hwmon_ctx_t 2016-09-28 22:28:44 +02:00
stdout.c Move pw_min and pw_max to hashconfig_t and bring back data.shutdown_* 2016-09-28 13:51:00 +02:00
straight.c Introduct combinator_ctx_t 2016-09-27 18:32:09 +02:00
terminal.c Fixes https://github.com/hashcat/hashcat/issues/517 2016-09-28 22:38:09 +02:00
thread.c Move global mux_dispatcher variable into opencl_ctx_t 2016-09-20 13:18:47 +02:00
timer.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
tuningdb.c Move global mux_dispatcher variable into opencl_ctx_t 2016-09-20 13:18:47 +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 Make use of hwmon_ctx_t 2016-09-28 22:28:44 +02:00
version.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
weak_hash.c Introduct combinator_ctx_t 2016-09-27 18:32:09 +02:00
win_file_globbing.mk Added docs/credits.txt 2016-09-11 22:20:15 +02:00
wordlist.c Get rid of data. global variable in wordlist.c 2016-09-28 22:52:42 +02:00