Simson L. Garfinkel

Results 853 comments of Simson L. Garfinkel

Yes, that would be better. Please submit a pull request.

Submitted by jessekornblum Instead of excluding any particular file, just don't pass it in as a command line argument. You may need to put known_hashes.txt in it's own directory, but...

Submitted by jkeller1ca I see what you are saying. I could write: hashdeep -a -r -k /known_hashes.txt -o f /bin /etc /home /lib /lib32 /lib64 /opt /root /sbin /usr What...

Submitted by jessekornblum Wow! Thanks for the patch! Unfortunately I have to table this issue for now and I've locked the code base for a rewrite. But I'm leaving the...

Submitted by jessekornblum A limited version of SHA-3-256 has been checked into SVN.

Hi @MagicalTux . I moved all of the updates from `bulk_extractor-rec` into the original `[bulk_extractor](https://github.com/simsong/bulk_extractor/)` release several years ago. The revised code now used the byte-order independent `sbuf.get32i()` method, rather...

Oh, @MagicalTux - I also need some test vectors. If you can get me some, I can include them in the unit-tests. Thanks again.

Here is the source: https://github.com/simsong/be20_api/blob/main/sbuf.h condensed: ``` uint16_t get16u_unsafe(size_t i) const { return (uint16_t)(this->buf[i + 0] buf[i + 1] bufsize) throw sbuf_t::range_exception_t(i, 2); return get16u_unsafe(i); } int16_t get16i(size_t i) const...

Thanks for the text file.

@MagicalTux - I'm moving this discussion to here: https://github.com/simsong/bulk_extractor/issues/363