pjrinaldi / wombatforensics

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

registry viewer #333

Open pjrinaldi opened 4 years ago

pjrinaldi commented 4 years ago

Working on registry viewer.

basic implementation is working, need to work on obtaining formatted values and then displaying them...

also need to work on registry report generations...

pjrinaldi commented 4 years ago

only indication for DWORD as to whether it is a date or number is the value name, so I will need to have a bunch of if's based on either full path for specific values or generic such as the word date in a value name.

pjrinaldi commented 4 years ago

working on tagging menu framework for registry values.... will tag by value, which will add the link for the preview report and then i need to figure out how to lay out the content as html, might want to switch plain text editor to a html viewer so the display is what will be in the report and easy enough to just copy the content from the html view to the preview location to link the file...

pjrinaldi commented 4 years ago

registry viewer is working, just need to continue on tagging and reporting for the artifact

pjrinaldi commented 4 years ago

working and complete. just need to test and ensure everything is working.

pjrinaldi commented 3 years ago

tagging and reporting for registry works. will need to add content for registry keys as i come across them.

pjrinaldi commented 1 year ago

Need to implement external registry viewer opening.