sleuthkit / sleuthkit

The Sleuth Kit® (TSK) is a library and collection of command line digital forensics tools that allow you to investigate volume and file system data. The library can be incorporated into larger digital forensics tools and the command line tools can be directly used to find evidence.

Home Page:http://www.sleuthkit.org/sleuthkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpu support coming?

nyck33 opened this issue · comments

I noticed hfind uses binary search of hash databases so that can be parallelized using the CUDA C API couldn't it? I discussed this with ChatGPT: https://chat.openai.com/share/17c28969-96b1-41b6-80c7-a116e9cb8634
Is this really possible? If someone were to write it and make a pull request, would it be merged?