Skip to content

Commit b1c7ec0

Browse files
committed
Modify warning message for users not having shuriken installed
1 parent e5bb06d commit b1c7ec0

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 can use the deprecated Androguard-based"
46-
"core library by passing `--core-library androguard`"
47-
"(Not recommended)."
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."
4848
)
4949

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

0 commit comments

Comments
 (0)