Removed outdated permissions analysis script.

This commit is contained in:
Achim D. Brucker 2017-06-23 18:43:12 +01:00
parent b080543e9b
commit 221a31bbf0
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@ A collection of utilities for downloading and analyzing browser
extension from the Chrome Web store.
* `crawler`: A crawler for extensions from the Chrome Web Store.
* `permstats.py`: A tool for generating statistical data from the
crawled extensions.
* `crx-tool.py`: A tool for analyzing and extracting `*.crx` files
* `crx-tool`: A tool for analyzing and extracting `*.crx` files
(i.e., Chrome extensions). Calling `crx-tool.py <extension>.crx`
will check the integrity of the extension.