1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
hashcat/src
2016-09-23 21:50:35 +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 Get rid of quiet variable in data. context 2016-09-22 15:56:32 +02:00
benchmark.c Move benchmark related stuff to benchmark.c 2016-09-12 10:16:42 +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
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 Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
dispatch.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +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
filenames.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 Rewrote logfile handling from scratch 2016-09-23 21:41:05 +02:00
hashcat.c Fix some memory leaks at shutdown 2016-09-23 21:50:35 +02:00
hlfmt.c Get rid of data.username 2016-09-22 11:56:06 +02:00
hwmon.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
induct.c Move all induction folder related host code into induct.c 2016-09-22 17:06:53 +02:00
interface.c Get rid of truecrypt_keyfiles and veracrypt_keyfiles variable in main 2016-09-21 22:21:35 +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 Add all defaults for user commandline parameters to user_options.h; Prepare user commandline parameter struct for easier handling of functions calls that require them 2016-09-20 16:04:22 +02:00
memory.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
monitor.c Get rid of runtime variable in data. context 2016-09-22 15:08:28 +02:00
mpsp.c Get rid of hex_charset variable in data. context 2016-09-22 15:26:51 +02:00
opencl.c Fix benchmark unwanted exit with long running kernels 2016-09-22 19:55:35 +02:00
outfile_check.c Move all outfile-check folder related host code into outfile_check.c 2016-09-22 22:40:47 +02:00
outfile.c Get rid of outfile, outfile_format, outfile_autohex, outfile_check_timer variable in main 2016-09-21 21:14:06 +02:00
potfile.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +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 Get rid of restore, restore_disable and restore_timer variables in data. context 2016-09-22 14:45:00 +02:00
rp_cpu.c Reduce max. number of allowed function calls per rule from 256 to 32 to save GPU memory 2016-09-22 22:54:20 +02:00
rp_kernel_on_cpu.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
runtime.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
session.c Move all bitmap related host code into bitmap.c 2016-09-22 16:23:36 +02:00
shared.c Move sanity check into user_options.c 2016-09-20 17:04:31 +02:00
status.c Get rid of attack_kern variable in data. context 2016-09-22 15:50:49 +02:00
stdout.c Get rid of attack_mode variable in data. context 2016-09-22 15:41:59 +02:00
terminal.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +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 Fix some memory leaks at shutdown 2016-09-23 21:50:35 +02:00
version.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
weak_hash.c Get rid of attack_mode variable in data. context 2016-09-22 15:41:59 +02:00
win_file_globbing.mk Added docs/credits.txt 2016-09-11 22:20:15 +02:00
wordlist.c Get rid of quiet variable in data. context 2016-09-22 15:56:32 +02:00