1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-16 11:48:15 +00:00
hashcat/src
2016-10-01 14:26:12 +02: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 Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
bitops.c Adding compiler intrinsics implementation for bit operations 2016-10-01 12:29:05 +02:00
combinator.c Fix some memleaks on shutdown 2016-09-30 13:36:27 +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 Fix some memleaks on shutdown 2016-09-30 13:36:27 +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 Fix some memleaks on shutdown 2016-09-30 13:36:27 +02:00
dictstat.c Use hc_stat from types.c instead of OS dependant branching 2016-10-01 14:22:50 +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 Added hc_mkdir instead of mkdir macro 2016-10-01 13:51:06 +02:00
hashcat.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
hashes.c Inform user about sorting after parser 2016-10-01 09:27:14 +02:00
hlfmt.c Fix some missing sign conversions 2016-09-30 18:19:42 +02:00
hwmon.c Use ADL_PTR * instead of void * if possible 2016-10-01 13:15:05 +02:00
induct.c Added hc_mkdir instead of mkdir macro 2016-10-01 13:51:06 +02:00
interface.c Fixed win8phone_t type in interface.c 2016-10-01 14:06:47 +02:00
locking.c Added docs/credits.txt 2016-09-11 22:20:15 +02:00
logfile.c Fix some memleaks on shutdown 2016-09-30 13:36:27 +02:00
logging.c Fix some missing sign conversions 2016-09-30 18:39:31 +02:00
loopback.c Fix some memleaks on shutdown 2016-09-30 13:36:27 +02:00
main.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
Makefile Finished refactoring to remove all global variables 2016-09-30 22:52:44 +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 Fix some missing sign conversions 2016-09-30 18:39:31 +02:00
opencl.c Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
outfile_check.c Use hc_stat from types.c instead of OS dependant branching 2016-10-01 14:22:50 +02:00
outfile.c Use hc_stat from types.c instead of OS dependant branching 2016-10-01 14:22:50 +02:00
potfile.c Replace ssort() with sort_r.h 2016-10-01 10:47:03 +02:00
restore.c Fix some memleaks on shutdown 2016-09-30 13:36:27 +02:00
rp_cpu.c Replaced rp_cpu macros with real functions 2016-10-01 13:08:50 +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 Separate rules and straight mode from each other, remove rules_ctx_t 2016-09-27 13:13:07 +02:00
shared.c Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
status.c Add some casts for format_speed_display() 2016-10-01 14:03:19 +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 Fix some memleaks on shutdown 2016-09-30 13:36:27 +02:00
terminal.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +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 Fix some memleaks on shutdown 2016-09-30 13:36:27 +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 Move around some types and globals were they belong to 2016-09-30 09:34:06 +02:00
weak_hash.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
win_file_globbing.mk Added docs/credits.txt 2016-09-11 22:20:15 +02:00
wordlist.c Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00