Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abrignoni committed Jan 6, 2019
1 parent 2084556 commit 7728dbf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -11,10 +11,11 @@ The types of rows extracted from the logs are for installed apps,
moved containers, made live containers and destroyed containers.

Usage:
0) Python 3.6.4 or newer.
1) Put the script in the same directory as the extracted mobile_installation.log.* files.
2) Run the script.
3) Script will produce a SQLite database named mib.db.
4) Script will produce two directories named Apps_Historical and Apps_State. Apps_Historical contains text files per app with coresponding app entries. App_State contains two text files, one for installed apps and another for uninstalled apps.

1) Python 3.6.4 or newer.
2) Put the script in the same directory as the extracted mobile_installation.log.* files.
3) Run the script.
4) Script will produce a SQLite database named mib.db.
5) Script will produce two directories named Apps_Historical and Apps_State. Apps_Historical contains text files per app with coresponding app entries. App_State contains two text files, one for installed apps and another for uninstalled apps.

In order to run the script again the script generated directories and SQLite db files need to be deleted or moved out of the running directory.

0 comments on commit 7728dbf

Please sign in to comment.