Results 104 comments of Gabriele Gristina

Added but something doesn't work well with actual OpenCL code. Example: ``` $ echo -n "has?hcat" | ./hashcat --stdout -j '~e?h' HaS?hcaT $ cat tsep.rule ~e?h $ echo -n "has?hcat"...

> Thanks for the PR, it's really nice. > > I see there has been some progress made between the initial PR and the latest version. Could you please update...

> Whatever alternative is ok, just make sure to not touch existing OpenCL/m* kernel because that would also impact private kernel repositories. > > > this is done

> What I actually meant is if you had tested the change in stdout mode, and if the output is in sync with what is happening on the device? Can...

> Looks really good. I didn't check, but did you add support to random rule generator -g ? Is not so important, but could be nice. I think no, I...

Compiling from source means enabling specific optimizations for the machine where you run it, unlike the “generic” binary that we may distribute. There are currently no plans to distribute binaries...

Hi, could you try again with -d2 and after that with -d5?

Hi @TuomLarsen, we can try but I read that on Apple Silicon it may not work as expected. Below I attach a patch, could you test it and give me...

> Hi [@matrix](https://github.com/matrix), > > thanks for the patch, applied and running (without caffeinate and "Prevent automatic sleeping"), will let you know. > > And attaching more info, hope it...