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 0f5d727 commit 2e6a7edCopy full SHA for 2e6a7ed
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 may specify `--core-library androguard`"
46
- " to use the deprecated Androguard-based core library,"
47
- " though we do not recommend this approach."
+ " Alternatively, you can use the deprecated Androguard-based"
+ " core library by passing `--core-library androguard`,"
+ " but this is not recommended."
48
)
49
50
super().__init__(apk_filepath, "shuriken", tmp_dir)
0 commit comments