Solar Designer

Results 829 comments of Solar Designer
trafficstars

Maybe we could make it `All loaded hashes are already cracked (are in %s), use "--show"`, where the `%s` would be substituted with `john.pot` pathname. However, we probably also need...

So the OpenCL compiler somehow ignored `-I opencl` that was passed to it. I wonder why this issue keeps occasionally reoccurring on various systems. Is there anything we're doing wrong...

Would we also avoid the issue by `chdir` to `opencl`/ and passing `-I .`? If so, I think that's the way to go, and we could do it unconditionally on...

> I'm thinking `-I` is normally used for finding `` whereas `"file.h"` would be looked for in current directory, right? I think you're right. We can try that.

Using the number of vaults to reduce false positives sounds like a great idea to me. Yes, we need to update `encdatavault2john.py` and the parser in JtR plugins (in `encdatavault_common_plug.c`)....

The issue here is we're relying on this kernel-internal symbol, which modern compilers/linkers with some options optimize out. See also #135 and #163. While we need to arrive at a...

> [ 70.577995] LKRG: ISSUE: IOMMU table can't be found (skipping) Please open a separate issue for that.

Perhaps we should instead use `cancel_work_sync` or `flush_work` on our potentially queued work functions. Either way, to be race-free we should ensure we would never re-queue the work at this...

We didn't see these for months, but today here's another, which could be same or different: https://github.com/lkrg-org/lkrg/actions/runs/3362987970/jobs/5575472489 ``` [ 18.937677] LKRG: ALIVE: Loading LKRG [ 18.966356] Freezing user space processes...

All of these appear to be on unloading of some other module(s). We could want to see if our modules integrity checking support code can possibly introduce a deadlock into...