1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-10 00:28:11 +00:00
hashcat/src
Jens Steube 13245b5563 Add HC_ATTR_SEQ macro to CUDA kernels. It is left empty so that users can optionally add __launch_bounds__ or other launch attributes if needed.
Add MAX_THREADS_PER_BLOCK macro to CUDA kernels. It defaults to 1024 or a lower value if limited by the plugin module or specified via the -T command line option.
For CUDA, lower the C++ dialect from C++17 to C++14 to reduce JIT compile time. Also add support for --split-compile and --minimal flags to further improve NVRTC compile performance.
Remove power-hungry NVIDIA settings and fix missing sudo calls in tools/benchmark_deep.pl.
Remove NEW_SIMD_CODE macro from kernels that do not support SIMD (no u32x).
2025-06-18 10:08:56 +02:00
..
bridges Use total memory as base if low-level free memory API is available. 2025-06-11 11:15:44 +02:00
modules Always use the low-level API to query used memory on a device and silently ignore if unavailable. 2025-06-17 19:09:53 +02:00
affinity.c Fix some spacing in affinity.c 2023-01-20 21:01:56 +00:00
autotune.c Fix some typos 2023-07-27 23:11:55 +07:00
backend.c Add HC_ATTR_SEQ macro to CUDA kernels. It is left empty so that users can optionally add __launch_bounds__ or other launch attributes if needed. 2025-06-18 10:08:56 +02:00
benchmark.c
bitmap.c Help: show supported hash-modes only with -hh 2023-05-01 17:38:42 +02:00
bitops.c
brain.c Refactor markov_disable variable to just markov, same idea as outfile_autohex variable 2023-10-17 12:17:05 +00:00
bridges.c - Add code to recognize Microsofts OpenCL D3D12 platform 2025-06-02 06:59:36 +02:00
combinator.c Help: show supported hash-modes only with -hh 2023-05-01 17:38:42 +02:00
common.c
convert.c
cpt.c Help: show supported hash-modes only with -hh 2023-05-01 17:38:42 +02:00
cpu_crc32.c
cpu_features.c Fix compile error on apple silicon 2025-06-04 10:41:24 +02:00
debugfile.c fix some const-qual warnings 2023-08-20 20:55:54 -07:00
dictstat.c Space cleanup 2023-09-04 23:12:16 +01:00
dispatch.c The Assimilation Bridge (Framework) 2025-05-29 15:38:13 +02:00
dynloader.c
emu_general.c
emu_inc_bignum_operations.c
emu_inc_cipher_aes.c
emu_inc_cipher_camellia.c
emu_inc_cipher_des.c
emu_inc_cipher_kuznyechik.c
emu_inc_cipher_serpent.c
emu_inc_cipher_twofish.c
emu_inc_common.c
emu_inc_ecc_secp256k1.c
emu_inc_hash_base58.c
emu_inc_hash_md4.c
emu_inc_hash_md5.c
emu_inc_hash_ripemd160.c
emu_inc_hash_sha1.c
emu_inc_hash_sha224.c
emu_inc_hash_sha256.c
emu_inc_hash_sha384.c
emu_inc_hash_sha512.c
emu_inc_hash_streebog256.c
emu_inc_hash_streebog512.c
emu_inc_hash_whirlpool.c
emu_inc_platform.c
emu_inc_rp_optimized.c
emu_inc_rp.c
emu_inc_scalar.c
emu_inc_simd.c
event.c
ext_ADL.c
ext_cuda.c
ext_hip.c - Backport code from hipDllPath to hiprtcDllPath 2025-05-11 14:08:04 +02:00
ext_hiprtc.c - Backport code from hipDllPath to hiprtcDllPath 2025-05-11 14:08:04 +02:00
ext_iokit.c using hc_IOMasterPortDefault instead of kIOMasterPortDefault/kIOMainPortDefault 2023-06-03 22:36:40 +02:00
ext_lzma.c
ext_metal.m using hc_IOMasterPortDefault instead of kIOMasterPortDefault/kIOMainPortDefault 2023-06-03 22:36:40 +02:00
ext_nvapi.c
ext_nvml.c Improvements to SCRYPT autotuning strategy 2025-06-09 11:02:34 +02:00
ext_nvrtc.c
ext_OpenCL.c
ext_sysfs_amdgpu.c Improvements to SCRYPT autotuning strategy 2025-06-09 11:02:34 +02:00
ext_sysfs_cpu.c fix prototypes and old declarations 2023-08-20 21:13:12 -07:00
filehandling.c Dependencies: Updated LZMA SDK to 24.09 2025-05-07 19:57:03 +02:00
folder.c
hashcat.c Introduce hashes_init_stage5() and call module_extra_tmp_size() there. At this stage, the self-test hash is initialized and its values can be used. 2025-06-15 14:13:48 +02:00
hashes.c Introduce hashes_init_stage5() and call module_extra_tmp_size() there. At this stage, the self-test hash is initialized and its values can be used. 2025-06-15 14:13:48 +02:00
hlfmt.c Start using extract_dynamicx_hash() from hlfmt_hash_hashcat() 2023-11-10 09:16:28 +00:00
hwmon.c Improvements to SCRYPT autotuning strategy 2025-06-09 11:02:34 +02:00
induct.c Help: show supported hash-modes only with -hh 2023-05-01 17:38:42 +02:00
interface.c Change the default benchmark mask from ?b?b?b?b?b?b?b to ?a?a?a?a?a?a?a to avoid inconsistencies when converting between UTF-8 and UTF-16 2025-06-14 22:36:14 +02:00
keyboard_layout.c
locking.c Recover from (rare) non-fatal file locking problems 2025-02-26 11:12:47 +01:00
logfile.c Refactor logfile_disable variable to just logfile, same idea as outfile_autohex variable 2023-10-16 13:18:45 +00:00
loopback.c fix some const-qual warnings 2023-08-20 20:55:54 -07:00
main.c The Assimilation Bridge (Framework) 2025-05-29 15:38:13 +02:00
Makefile - Remove old iconv patches (replaced by cmake) 2025-06-05 06:56:38 +02:00
memory.c - Remove old iconv patches (replaced by cmake) 2025-06-05 06:56:38 +02:00
monitor.c The Assimilation Bridge (Framework) 2025-05-29 15:38:13 +02:00
mpsp.c Refactor markov_disable variable to just markov, same idea as outfile_autohex variable 2023-10-17 12:17:05 +00:00
outfile_check.c
outfile.c Add remaining --outfile-json code 2023-10-07 13:02:47 +00:00
pidfile.c
potfile.c Add initial code for dynamic-x support in potfile.c, not active yet 2023-11-20 10:14:09 +00:00
restore.c Refactor restore_disable variable to restore_enable, try to make variable names always positive for easier handling 2023-10-20 12:16:18 +00:00
rp_cpu.c
rp.c summarize invalid rule chains 2023-12-12 23:00:20 -09:00
selftest.c - Add code to recognize Microsofts OpenCL D3D12 platform 2025-06-02 06:59:36 +02:00
shared.c Backend: Updated filename chksum format to prevent invalid cache on Apple Silicon when switching arch 2025-06-10 23:19:12 +02:00
slow_candidates.c
status.c Update status.c 2023-01-07 02:07:34 +00:00
stdout.c Fixes #3596: bug in --stdout w/ rules 2023-01-26 10:48:30 -06:00
straight.c Help: show supported hash-modes only with -hh 2023-05-01 17:38:42 +02:00
terminal.c - Replace naive 32 bit rotate with funnelshift on CUDA/HIP 2025-06-02 11:50:08 +02:00
thread.c
timer.c
tuningdb.c Merge pull request #4104 from matrix/tuningdb_memoryLeaks 2025-06-13 13:01:58 +02:00
usage.c Added option --backend-devices-keepfree to configure X percentage of device memory available to keep free 2025-06-04 10:13:29 +02:00
user_options.c - Handle case where system does not offer any reliable method to query actual free memory 2025-06-10 12:54:15 +02:00
wordlist.c Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable 2023-10-10 21:03:07 +00:00