Simson L. Garfinkel
Simson L. Garfinkel
This issue was moved to angleto/liblinear#12
This issue was moved to angleto/liblinear#8
We have now implemented codecov but are keeping the appveyor tests as a legacy check. There will be a minor dot release when all of this work is done, as...
Hi @joachimmetz - If you can fix the AppVeyor error on this, I'll accept it. https://ci.appveyor.com/project/bcarrier/sleuthkit/builds/49562600/job/ltydstavjmnvs4hu
Indeed, and now the tests pass.
This likely happened because you have a recursive symlink - a symlink that points to a directory that ultimately points back to the symlink. The filesystem iterator does not keep...
Well, what is your goal in scanning /sys and /dev and /run?
Is there a reason you can’t just scan the raw drive? On Thu, May 9, 2024 at 1:18 PM martinmdp ***@***.***> wrote: > I need a full system scan, because...
I am also unclear why you want to scan /dev/random and /dev/zero. Can you try running strings or wc in these devices for me and print the results here?
> The scan is from the same filesystem, i cant scan a image because is a production server You can't read the file system's raw disk partition on a production...