SUPERAndroidAnalyzer / super

Secure, Unified, Powerful and Extensible Rust Android Analyzer
https://superanalyzer.rocks/
GNU General Public License v3.0
421 stars 59 forks source link

Support config options via command line #76

Closed aomader closed 8 years ago

aomader commented 8 years ago

This is going to be a fix for #49.

Though, it's still not clear to me what is meant by "disabling permissions". Could you elaborate what to do exactly?

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.3%) to 29.146% when pulling 4f6808e44fcc27bdca6759a3487250db871500ce on b52:issue-49-cli-options into b010c1c048a0600eba67016691f8a56c8deab469 on SUPERAndroidAnalyzer:develop.

Razican commented 8 years ago

Permissions would be to disable permission checks, one by one, but we are still not sure if we would like to include labels or some sort of identifiers. So, for now, no permision check modifications through CLI :)

aomader commented 8 years ago

@Razican Done.

Razican commented 8 years ago

Looks great! I'll merge as soon as tests pass, thanks!

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.2%) to 29.279% when pulling 36a4fc5a464e47e9331f9e38ec9d297bf3460a0c on b52:issue-49-cli-options into b010c1c048a0600eba67016691f8a56c8deab469 on SUPERAndroidAnalyzer:develop.