Simson L. Garfinkel
Simson L. Garfinkel
Looks like test_be is specified as a program and there is no install target. If you want to send a PR, I'm happy to take it. It may be that...
I don’t know. If you want to give it a try and, if that works, send me a PR, that would be great.On Dec 31, 2023, at 10:37 AM, D3vil0p3r...
> bulk_extractor_restarter.h:24:30: note: shadowed declaration is here This will be fixed in an upcoming PR
Thanks. I'll check it out and try to figure out where the c++11 is coming from.
Hi. Can you try b1e500f?
This is super exciting. Coverity appears to be free for open source project. I'll set it up and accept your PR once I do.
@moshekaplan - would you like me to register your email? ;-)
> Coverity Scan is a static source code analyzer to find bugs, security vulnerabilities, and other potential issues. This PR adds a GitHub Workflow CI job to create a new...
Hi. We are thankful for your bug report. First, you should know that `bulk_extractor` has a restart system. You can simply re-run the command (hit up-arrow and return) and the...
I've obtained the `.tar` file of the directory and could process it without error, so the problem appears to be the directory iterator. If I can replicate this, I'll create...