Skip to content

Commit 2e6a7ed

Browse files
zinwangsidra-asa
authored andcommitted
Modify warning message for users not having shuriken installed
1 parent 0f5d727 commit 2e6a7ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quark/core/shurikenapkinfo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def __init__(
4242
" library, follow the instructions on the GitHub page"
4343
" 'https://github.com/Shuriken-Group/Shuriken-Analyzer' to"
4444
" 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."
45+
" Alternatively, you can use the deprecated Androguard-based"
46+
" core library by passing `--core-library androguard`,"
47+
" but this is not recommended."
4848
)
4949

5050
super().__init__(apk_filepath, "shuriken", tmp_dir)

0 commit comments

Comments
 (0)