Dávid Bolvanský
Dávid Bolvanský
https://www.phoronix.com/scan.php?page=article&item=gcc-clang-3960x&num=3 claims big regression for Clang. (such big regression really hints that OpenMP support is missing) But as noted in https://bugs.llvm.org/show_bug.cgi?id=44410, the problem is rather in the test suite: Alexey...
Hello, I have latest release 0.12 .0 and if I use PRINCE with Runtime benchmark, it fails on client with this error message: Downloading: [==============================================================================================] Client is up-to-date! Got cracker...
```c #define N 256 typedef char T; extern T a[N]; extern T b[N]; extern T c[N]; extern _Bool pb[N]; extern char pc[N]; void predicate_by_bool() { for (int i = 0;...
I would like to understand more how hashcat computes hash_filename as I would like to (auto)generate dictstat2 file. I found relevant lines in souce code: https://github.com/hashcat/hashcat/blob/master/src/wordlist.c#L480 Consider the dictionary with...
Implements https://github.com/hashcat/hashcat/issues/3689 I will have usecases for this new flag also in Fitcrack.
Newer Visual Studio 17.8+ C++ STL deprecates the use of checked_array_iterator with this change https://github.com/microsoft/STL/pull/3818 This causes a build error due to the deprecation if warnings are treated as errors.