File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ export PYBUILD_DISABLE=test
1010
1111override_dh_virtualenv :
1212 dh_virtualenv
13+ pip install --break-system-packages git+https://github.com/Fare9/Shuriken-Analyzer.git@b26778813b487aa55e7e183d153ec83300f4e075#subdirectory=shuriken/bindings/Python/
1314 cp /usr/local/lib/libshuriken.so quark
1415 dh_install
Original file line number Diff line number Diff line change @@ -42,6 +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)."
4548 )
4649
4750 super ().__init__ (apk_filepath , "shuriken" , tmp_dir )
Original file line number Diff line number Diff line change 1515 "plotly" ,
1616 "rzpipe" ,
1717 "click" ,
18- "r2pipe==1.8.0" ,
19- "ShurikenAnalyzer @ git+https://github.com/Fare9/Shuriken-Analyzer.git@b26778813b487aa55e7e183d153ec83300f4e075#subdirectory=shuriken/bindings/Python/"
18+ "r2pipe==1.8.0"
2019]
2120
2221quarkAgentRequirements = [
You can’t perform that action at this time.
0 commit comments