pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

Hash File #443

Closed pjrinaldi closed 7 months ago

pjrinaldi commented 1 year ago

working on implementing hash a file.

also working on functionalizing the get file content to either memory or file, so i can reuse the code when needed, such as with plainview.

pjrinaldi commented 1 year ago

hash file is working from dig deeper, and the file content has been functionalized.

pjrinaldi commented 1 year ago

need to update hash column for selected item and then update the file which contains the values to put in the hash.

pjrinaldi commented 1 year ago

got the framework for updating/adding to column as well as writing to the file.

pjrinaldi commented 1 year ago

tested and holds between closing and opening a case.