Feature #150
Viewer for SQLite database files
| Status: | New | Start date: | 11 Nov 2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Modules | |||
| Target version: | - |
Description
As SQLite files are used in Apple's iOS (for the SMS/MMS, Calendar, Call history and Contacts storage) it would be great to provide DFF with a viewer for such files, so a forensics investigator conducting a research on mobile devices could integrate the information stored there.
History
Updated by sja 6 months ago
DFF provide a way to connect to SQLite file inside the VFS trough the APSW library. An examples of how to use the wrapper located in api/apswvfs is located in modules/test/apswtest.py . This test module didn't provide any view or functionality but this could certainly be done easily.