1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 01:49:01 +00:00
hashcat/include
2016-10-03 16:27:34 +02:00
..
affinity.h Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
autotune.h Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
benchmark.h Make DEFAULT_BENCHMARK_ALGORITHMS_CNT a true constant int 2016-09-27 11:09:17 +02:00
bitmap.h Move all bitmap related host code into bitmap.c 2016-09-22 16:23:36 +02:00
bitops.h Move sanity check into user_options.c 2016-09-20 17:04:31 +02:00
combinator.h Move wordlist folder scan to straight.c and combinator.c init functions 2016-10-03 16:27:34 +02:00
common.h Added fix for Visual Studio compiler in C mode 2016-10-01 13:42:40 +02:00
convert.h Fix some missing sign conversions 2016-09-30 18:39:31 +02:00
cpt.h Make bitmaps, cracks-per-time and debugfile support modular 2016-09-30 11:48:14 +02:00
cpu_aes.h Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_crc32.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
cpu_des.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
cpu_md5.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
cpu_sha1.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
cpu_sha256.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
debugfile.h Make bitmaps, cracks-per-time and debugfile support modular 2016-09-30 11:48:14 +02:00
dictstat.h Add some useful stuff to main.c 2016-10-03 01:27:55 +02:00
dispatch.h Move thread_monitor() to monitor.c 2016-09-15 04:29:22 +02:00
dynloader.h Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
ext_ADL.h fixing calling conventions in ext_adl.h 2016-10-01 13:25:51 +02:00
ext_nvapi.h Use NvAPI_Status for RC with NvAPI instead of pure int 2016-10-01 13:33:39 +02:00
ext_nvml.h Give all those anonymous structures a name, makes it easier to load the project into VS 2016-10-01 11:54:00 +02:00
ext_OpenCL.h Give all those anonymous structures a name, makes it easier to load the project into VS 2016-10-01 11:54:00 +02:00
ext_xnvctrl.h Give all those anonymous structures a name, makes it easier to load the project into VS 2016-10-01 11:54:00 +02:00
filehandling.h Use larger counter to handle larger wordlists 2016-09-30 16:43:59 +02:00
folder.h Added hc_mkdir instead of mkdir macro 2016-10-01 13:51:06 +02:00
hashcat.h Add some useful stuff to main.c 2016-10-03 01:27:55 +02:00
hashes.h Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
hlfmt.h Move around some types and globals were they belong to 2016-09-30 09:34:06 +02:00
hwmon.h Make use of hwmon_ctx_t 2016-09-28 22:28:44 +02:00
induct.h Cleaned up data_t, only contexts left 2016-09-29 23:49:33 +02:00
interface.h Move wordlist folder scan to straight.c and combinator.c init functions 2016-10-03 16:27:34 +02:00
locking.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
logfile.h Rewrote logfile handling from scratch 2016-09-23 21:41:05 +02:00
logging.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
loopback.h Make loopback support modular 2016-09-30 12:07:49 +02:00
memory.h Added docs/credits.txt 2016-09-11 22:20:15 +02:00
monitor.h Move thread_monitor() to monitor.c 2016-09-15 04:29:22 +02:00
mpsp.h Make use of argc/argv easier 2016-10-02 23:30:31 +02:00
opencl.h Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
outfile_check.h Remove unneeded includes from outfile_check.c 2016-09-30 12:28:29 +02:00
outfile.h Move around some types and globals were they belong to 2016-09-30 09:34:06 +02:00
potfile.h Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
restore.h Move more stuff to status_ctx_t 2016-09-29 23:25:29 +02:00
rp_cpu.h Prepare for rules_ctx_t 2016-09-24 11:08:35 +02:00
rp_kernel_on_cpu.h replaced swap_workaround macro with byte_swap_32() from bitops.c 2016-10-01 12:39:48 +02:00
rp.h Separate rules and straight mode from each other, remove rules_ctx_t 2016-09-27 13:13:07 +02:00
shared.h Fix some missing sign conversions 2016-09-30 17:41:40 +02:00
sort_r.h Replace ssort() with sort_r.h 2016-10-01 10:47:03 +02:00
status.h Remove unneeded includes 2016-09-30 00:38:29 +02:00
stdout.h Move pw_min and pw_max to hashconfig_t and bring back data.shutdown_* 2016-09-28 13:51:00 +02:00
straight.h Move wordlist folder scan to straight.c and combinator.c init functions 2016-10-03 16:27:34 +02:00
terminal.h Add some useful stuff to main.c 2016-10-03 01:27:55 +02:00
thread.h Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
timer.h Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
tuningdb.h Make tuning_db support modular 2016-09-30 12:58:06 +02:00
types.h Fix some variable name convention 2016-10-03 00:01:37 +02:00
usage.h 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
user_options.h Make use of argc/argv easier 2016-10-02 23:30:31 +02:00
weak_hash.h Finished refactoring to remove all global variables 2016-09-30 22:52:44 +02:00
wordlist.h Use larger counter to handle larger wordlists 2016-09-30 16:43:59 +02:00