From b70272596f86b4feffc1400d0237132b5a240833 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Wed, 30 Aug 2017 16:14:29 +0100 Subject: [PATCH] Renamed rx-jsdecompose -> crx-jsinventory to make purpose more descriptive. --- README.md | 3 ++- crx-jsdecompose => crx-jsinventory | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename crx-jsdecompose => crx-jsinventory (98%) diff --git a/README.md b/README.md index 6ef5908..026f039 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ extension from the Chrome Web store. will check the integrity of the extension. * `crx-extract`: A simple tool for extracting `*.crx` files from the tar-based archive hierarchy. -* `crx-jsdecompose: Build a JavaScript inventory of a *.crx` file.\ +* `crx-jsinventory`: Build a JavaScript inventory of a `*.crx` file using a + JavaScript decomposition analysis. * `create-db`: A tool for creating/initializing the database files from already existing extension archives. diff --git a/crx-jsdecompose b/crx-jsinventory similarity index 98% rename from crx-jsdecompose rename to crx-jsinventory index abfab6c..186559c 100755 --- a/crx-jsdecompose +++ b/crx-jsinventory @@ -31,7 +31,7 @@ assert sys.version_info >= (3, 4) and sys.version_info < (3, 6) def helpmsg(): """Print help message.""" - print("crx-jsdecomose [OPTION] crx-file|js-file") + print("crx-jsinventory [OPTION] crx-file|js-file") print(" -h print this help text") print(" -c= cvs file (output)") print(" -v verbose")