Skip to content

Commit

Permalink
update frida (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Aug 17, 2023
1 parent 9118c36 commit a89700c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 45 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions changelog.d/+update-frida.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Frida dependency
2 changes: 1 addition & 1 deletion mirrord/layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nix.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
# change to upstream once https://github.com/frida/frida-rust/pull/99 is merged
frida-gum = { git = "https://github.com/metalbear-co/frida-rust", version = "0.12", features = ["auto-download"], branch="capstone_remove" }
frida-gum = { git = "https://github.com/metalbear-co/frida-rust", version = "0.13", features = ["auto-download"], branch="capstone_remove" }
futures.workspace = true

tokio = { workspace = true, features = ["fs", "rt", "rt-multi-thread", "macros", "process"] }
Expand Down

0 comments on commit a89700c

Please sign in to comment.