Kalin KOZHUHAROV
Kalin KOZHUHAROV
I have been testing some "random" NTFS images and I see that sometimes most timestamps are off by years... I looked in the code, but am still not sure how...
It will be great to be able to extract whats "left over", space that does not belong to any of hte recovered files, after processing with RecuperaBit. I am not...
I'd like to have another action in the menu (next to copy/move): "touch" that will modify mtime of the file(s) in question. Alternatively editable "Last modified" on the Properties dialog...
I have been struggling with getting bro (i.e. zeek) package updated in Gentoo and a random issue caught my eye: use of -msse2 CFLAG. I looked around and it seems...
This should clean the code and fix issue #95 ... I have completely forgotten it hangs on me for 4 years... I did my best to make sure things work,...
I have been looking around and there are is quite a pile of ORC code that per your comment is not used: https://github.com/georgmartius/vid.stab/blob/master/CMakeLists.txt#L32 ```` ### ORC is not used in...
While working on packaging latest `plaso` for Gentoo, I think I see two python modules (`idna`,`cffi`) which are not referenced in any code, yet they are installed by some of...
## One line description of pull request Removing unused dependencies (fixes issue #4873) ## Description: While working on packaging latest plaso for Gentoo, I found three python modules (`idna`, `cryptography`,...
This (old) ebuild refers to non-existent (since a few weeks(?) eclass... Should be removed if not needed, or fixed. ```` $ emerge -Datuvq --keep-going y @world * ERROR: sys-apps/baselayout-java-9999::java failed...
As reported in issue #118, there was a typo in the output message; this fixes it. Bug: https://github.com/georgmartius/vid.stab/issues/118