1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-28 16:40:59 +00:00
hashcat/src
2016-10-04 00:35:49 -04:00
..
affinity.c Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
autotune.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
benchmark.c Make DEFAULT_BENCHMARK_ALGORITHMS_CNT a true constant int 2016-09-27 11:09:17 +02:00
bitmap.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
bitops.c Adding compiler intrinsics implementation for bit operations 2016-10-01 12:29:05 +02:00
combinator.c Move wordlist folder scan to straight.c and combinator.c init functions 2016-10-03 16:27:34 +02:00
common.c Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
convert.c Fix some missing sign conversions 2016-09-30 18:39:31 +02:00
cpt.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +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 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 Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
dictstat.c Add some useful stuff to main.c 2016-10-03 01:27:55 +02:00
dispatch.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
dynloader.c Replaced dynloader macros with real functions 2016-10-01 13:03:31 +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 Add some useful stuff to main.c 2016-10-03 01:27:55 +02:00
hashcat.c In case all hashes were cracking using hints from potfile abort and inform user 2016-10-03 20:46:42 +02:00
hashes.c changed uint to u32 2016-10-04 00:35:49 -04:00
hlfmt.c changed uint to u32 2016-10-04 00:35:49 -04:00
hwmon.c changed uint to u32 2016-10-04 00:35:49 -04:00
induct.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
interface.c changed uint to u32 2016-10-04 00:35:49 -04:00
locking.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
logfile.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
logging.c Get rid of SUPPRESS_OUTPUT, no longer used 2016-10-01 22:15:32 +02:00
loopback.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
main.c Fix --version 2016-10-03 01:30:58 +02:00
Makefile Add some useful stuff to main.c 2016-10-03 01:27:55 +02:00
memory.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
monitor.c Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
mpsp.c changed uint to u32 2016-10-04 00:35:49 -04:00
opencl.c changed uint to u32 2016-10-04 00:35:49 -04:00
outfile_check.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
outfile.c changed uint to u32 2016-10-04 00:35:49 -04:00
potfile.c changed uint to u32 2016-10-04 00:35:49 -04:00
restore.c Add some useful stuff to main.c 2016-10-03 01:27:55 +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 replaced swap_workaround macro with byte_swap_32() from bitops.c 2016-10-01 12:39:48 +02:00
rp.c changed uint to u32 2016-10-04 00:35:49 -04:00
shared.c Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
status.c Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +02:00
stdout.c changed uint to u32 2016-10-04 00:35:49 -04:00
straight.c Move wordlist folder scan to straight.c and combinator.c init functions 2016-10-03 16:27:34 +02:00
terminal.c Add some useful stuff to main.c 2016-10-03 01:27:55 +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 Centralize hashcat_ctx memory allocation and deallocation 2016-10-02 00:00:21 +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 Do not reset user_options_t on shutdown, it could be used by main.c 2016-10-03 16:35:09 +02:00
weak_hash.c changed uint to u32 2016-10-04 00:35:49 -04:00
win_file_globbing.mk Added docs/credits.txt 2016-09-11 22:20:15 +02:00
wordlist.c changed uint to u32 2016-10-04 00:35:49 -04:00