Skip to content

Commit f212250

Browse files
committed
Update shuriken version
1 parent a01149e commit f212250

File tree

4 files changed

+84
-84
lines changed

4 files changed

+84
-84
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@c6087e5cd6308c6df82c8c44239d231bcdfde59e#subdirectory=shuriken/bindings/Python/
65+
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@b26778813b487aa55e7e183d153ec83300f4e075#subdirectory=shuriken/bindings/Python/
6666
6767
- name: Install Quark-Engine
6868
run: pip install .

.github/workflows/smoke_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install Shuriken-Analyzer
4646
run: |
47-
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@c6087e5cd6308c6df82c8c44239d231bcdfde59e#subdirectory=shuriken/bindings/Python/
47+
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@b26778813b487aa55e7e183d153ec83300f4e075#subdirectory=shuriken/bindings/Python/
4848
4949
- name: Install MacPorts
5050
uses: melusina-org/setup-macports@v1

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 = "c6087e5cd6308c6df82c8c44239d231bcdfde59e", git = "https://github.com/Fare9/Shuriken-Analyzer.git", subdirectory = "shuriken/bindings/Python/"}
27+
shurikenanalyzer = {ref = "b26778813b487aa55e7e183d153ec83300f4e075", 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: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)