spotlight_parser
spotlight_parser copied to clipboard
Add the ability to create a SQLite database from the data found
Create a SQLite database with minimal columns then adds columns as they are found. Data is added to the table as it is found.
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).
Yes you are correct but I was using the program for an Autopsy plugin so that is why I modified the program.