spotlight_parser icon indicating copy to clipboard operation
spotlight_parser copied to clipboard

Add the ability to create a SQLite database from the data found

Open markmckinnon opened this issue 7 years ago • 2 comments

Create a SQLite database with minimal columns then adds columns as they are found. Data is added to the table as it is found.

markmckinnon avatar Jul 30 '18 14:07 markmckinnon

Mark, sqlite writing functionality is already included with the spotlight plugin in mac_apt, which you can use on individual store.db files (no need to have entire disk).

ydkhatri avatar Jul 31 '18 09:07 ydkhatri

Yes you are correct but I was using the program for an Autopsy plugin so that is why I modified the program.

markmckinnon avatar Jul 31 '18 13:07 markmckinnon