Skip to content

Commit 879cd9e

Browse files
committed
Add Shuriken Analyzer to Pipfile
1 parent d58c2d7 commit 879cd9e

File tree

2 files changed

+540
-598
lines changed

2 files changed

+540
-598
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ sphinx-rtd-theme = "*"
1313
prettytable = "<=2.4.0"
1414
tqdm = "<=4.66.5"
1515
colorama = "<=0.4.4"
16-
quark-engine = {editable = true,path = "."}
1716
click = "<=8.1.7"
1817
androguard = "==3.4.0a1"
1918
graphviz = "<=0.18.2"
@@ -25,6 +24,8 @@ frida-tools = "<=12.3.0"
2524
objection = "<=1.11.0"
2625
frida = "<=15.2.2"
2726
r2pipe = "==1.8.0"
27+
shurikenanalyzer = {ref = "7f2e45f8714ca2d920fc2c2957c1de275edcbe23", git = "https://github.com/Fare9/Shuriken-Analyzer.git", subdirectory = "shuriken/bindings/Python/"}
28+
quark-engine = {file = ".", editable = true}
2829

2930
[requires]
3031
python_version = "3.10"

0 commit comments

Comments
 (0)