sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.38k stars 592 forks source link

Question about where I should implement some functionality #268

Open peterclemenko opened 11 years ago

peterclemenko commented 11 years ago

Hey, I'm currently working on a code release for my BSidesDE CFP entry which will add some functionality to Autopsy. This release will be pull requested to the Autopsy repository here. I was wondering whether or not adding log file, localstorage, and chat log support would be best suited toward the RecentActivity module, or if I should move it somewhere else?

Thanks, th3flyboy

bcarrier commented 11 years ago

I would say another module for now. I think RecentActivity should be broken up, but haven't thought much more about it.

peterclemenko commented 11 years ago

Alright, would it be OK if I used part of the recent activity module as a base?

Brian Carrier notifications@github.com wrote:

I would say another module for now. I think RecentActivity should be broken up, but haven't thought much more about it.


Reply to this email directly or view it on GitHub: https://github.com/sleuthkit/autopsy/issues/268#issuecomment-23810167

Sent from Kaiten Mail. Please excuse my brevity.

bcarrier commented 11 years ago

Sure. There is now a sample module though that could also be a starting point. As described here:

http://sleuthkit.org/autopsy/docs/api-docs/mod_ingest_page.html

The org.sleuthkit.autopsy.examples.SampleDataSourceIngestModule module can be used.