Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 3e975d4

Browse files
committed
Updated changelog and usage
1 parent 201aea5 commit 3e975d4

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## SUPER 0.3.1
4+
5+
### Bug Fixes
6+
7+
- SUPER will now have `super-analyzer` as package name. This avoids conflicts with Debian
8+
repositories.
9+
310
## SUPER 0.3.0
411

512
### Features

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,25 @@ FLAGS:
5858
--bench Show benchmarks for the analysis
5959
--force If you'd like to force the auditor to do everything from the beginning
6060
-h, --help Prints help information
61+
--html Generates the reults in HTML format
62+
--json Generates the reults in JSON format
6163
--open Open the report in a browser once it is complete
6264
-q, --quiet If you'd like a zen auditor that won't output anything in stdout
6365
-a, --test-all Test all .apk files in the downloads directory
6466
-V, --version Prints version information
6567
-v, --verbose If you'd like the auditor to talk more than necessary
6668
6769
OPTIONS:
68-
--apktool <apktool> Path to the apktool file
69-
--dex2jar <dex2jar> Where to store the jar files
70-
--dist <dist> Folder where distribution files will be extracted
71-
--downloads <downloads> Folder where the downloads are stored
72-
--jd-cmd <jd-cmd> Path to the jd-cmd file
73-
--results <results> Folder where to store the results
74-
--rules <rules> Path to a JSON rules file
75-
--template <template> Path to a results template file
76-
-t, --threads <threads> Number of threads to use
70+
--apktool <apktool> Path to the apktool file
71+
--dex2jar <dex2jar> Where to store the jar files
72+
--dist <dist> Folder where distribution files will be extracted
73+
--downloads <downloads> Folder where the downloads are stored
74+
--jd-cmd <jd-cmd> Path to the jd-cmd file
75+
--min-criticality <min_criticality> Set a minimum criticality to analyze (Critical, High, Medium, Low)
76+
--results <results> Folder where to store the results
77+
--rules <rules> Path to a JSON rules file
78+
--template <template> Path to a results template file
79+
-t, --threads <threads> Number of threads to use
7780
7881
ARGS:
7982
<package> The package string of the application to test

0 commit comments

Comments
 (0)