Skip to content

Commit e8df1d6

Browse files
committed
Update Shuriken version
1 parent 004da8d commit e8df1d6

File tree

5 files changed

+70
-62
lines changed

5 files changed

+70
-62
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Install Shuriken-Analyzer
6464
run: |
65-
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@7f2e45f8714ca2d920fc2c2957c1de275edcbe23#subdirectory=shuriken/bindings/Python/
65+
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@80443a369b6f0db6f3fd523fd0c0c4efcd64e2d5#subdirectory=shuriken/bindings/Python/
6666
6767
- name: Install Quark-Engine
6868
run: pip install .

.github/workflows/smoke_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
4545
- name: Install Shuriken-Analyzer for Linux
4646
run: |
47-
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@7f2e45f8714ca2d920fc2c2957c1de275edcbe23#subdirectory=shuriken/bindings/Python/
47+
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@80443a369b6f0db6f3fd523fd0c0c4efcd64e2d5#subdirectory=shuriken/bindings/Python/
4848
if: matrix.os == 'ubuntu-latest'
4949

5050
- name: Install Shuriken-Analyzer for MacOS
5151
run: |
52-
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@7f2e45f8714ca2d920fc2c2957c1de275edcbe23#subdirectory=shuriken/bindings/Python/
52+
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@80443a369b6f0db6f3fd523fd0c0c4efcd64e2d5#subdirectory=shuriken/bindings/Python/
5353
if: matrix.os == 'macos-13'
5454

5555
- name: Install MacPorts

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ frida-tools = "<=12.3.0"
2424
objection = "<=1.11.0"
2525
frida = "<=15.2.2"
2626
r2pipe = "==1.8.0"
27-
shurikenanalyzer = {ref = "7f2e45f8714ca2d920fc2c2957c1de275edcbe23", git = "https://github.com/Fare9/Shuriken-Analyzer.git", subdirectory = "shuriken/bindings/Python/"}
27+
shurikenanalyzer = {ref = "80443a369b6f0db6f3fd523fd0c0c4efcd64e2d5", git = "https://github.com/Fare9/Shuriken-Analyzer.git", subdirectory = "shuriken/bindings/Python/"}
2828
quark-engine = {file = ".", editable = true}
2929

3030
[requires]

Pipfile.lock

Lines changed: 65 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rzpipe",
1717
"click",
1818
"r2pipe==1.8.0",
19-
"ShurikenAnalyzer @ git+https://github.com/Fare9/Shuriken-Analyzer.git@7f2e45f8714ca2d920fc2c2957c1de275edcbe23#subdirectory=shuriken/bindings/Python/"
19+
"ShurikenAnalyzer @ git+https://github.com/Fare9/Shuriken-Analyzer.git@80443a369b6f0db6f3fd523fd0c0c4efcd64e2d5#subdirectory=shuriken/bindings/Python/"
2020
]
2121

2222
quarkAgentRequirements = [

0 commit comments

Comments
 (0)