sleuthkit / scalpel

Scalpel is an open source data carving tool. It is not being actively maintained.
627 stars 99 forks source link

GPU threading #28

Open kcgthb opened 7 years ago

kcgthb commented 7 years ago

Hi there!

It looks like some sources files are missing to enable GPU threading. Namely, dig.cu is not in the repo. Is it intentional?

yeroc-sebrof commented 5 years ago

I have also had the issue where there is various methods that are referenced from CUDA but have not been included

vicodark commented 5 years ago

I'm pretty sure that dig.cu was not included for a few reasons, but the most valid one now is that it was coded over a decade ago (around the CUDA 1.0 release) and would certainly no longer work. Apparently we never cleaned up the many references to it.

vicodark commented 5 years ago

Here's the file in case it can be of use. dig.cu.zip

yeroc-sebrof commented 5 years ago

Ah, thank you very much. I am attempting to implement GPU header/footer search myself. This will hopefully give me a better foothold if I wanted to include it to Scalpel