From 3e975d47a25c0eb1feea9e10239b8bb789e41793 Mon Sep 17 00:00:00 2001 From: Razican Date: Sat, 18 Feb 2017 10:08:34 +0100 Subject: [PATCH] Updated changelog and usage --- CHANGELOG.md | 7 +++++++ README.md | 21 ++++++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a580c90..e6940ece3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## SUPER 0.3.1 + +### Bug Fixes + +- SUPER will now have `super-analyzer` as package name. This avoids conflicts with Debian + repositories. + ## SUPER 0.3.0 ### Features diff --git a/README.md b/README.md index 04a94cd96..d2765e393 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ FLAGS: --bench Show benchmarks for the analysis --force If you'd like to force the auditor to do everything from the beginning -h, --help Prints help information + --html Generates the reults in HTML format + --json Generates the reults in JSON format --open Open the report in a browser once it is complete -q, --quiet If you'd like a zen auditor that won't output anything in stdout -a, --test-all Test all .apk files in the downloads directory @@ -65,15 +67,16 @@ FLAGS: -v, --verbose If you'd like the auditor to talk more than necessary OPTIONS: - --apktool Path to the apktool file - --dex2jar Where to store the jar files - --dist Folder where distribution files will be extracted - --downloads Folder where the downloads are stored - --jd-cmd Path to the jd-cmd file - --results Folder where to store the results - --rules Path to a JSON rules file - --template