We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bb06d commit b1c7ec0Copy full SHA for b1c7ec0
quark/core/shurikenapkinfo.py
@@ -42,9 +42,9 @@ def __init__(
42
" library, follow the instructions on the GitHub page"
43
" 'https://github.com/Shuriken-Group/Shuriken-Analyzer' to"
44
" install Shuriken-Analyzer and its Python bindings."
45
- "Alternatively, you can use the deprecated Androguard-based"
46
- "core library by passing `--core-library androguard`"
47
- "(Not recommended)."
+ " Alternatively, you may specify `--core-library androguard`"
+ " to use the deprecated Androguard-based core library,"
+ " though we do not recommend this approach."
48
)
49
50
super().__init__(apk_filepath, "shuriken", tmp_dir)
0 commit comments