Skip to content

Commit

Permalink
Update Frida to 15.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
meme committed Feb 25, 2022
1 parent fb9c0f5 commit 1e9f618
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.1.9
15.1.17
2 changes: 1 addition & 1 deletion frida-gum-sys/FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.1.9
15.1.17
2 changes: 1 addition & 1 deletion frida-gum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rust bindings for [Frida Gum](https://github.com/frida/frida-gum).

## Before Installing

- Build Frida or download the [14.2.14 package](https://github.com/frida/frida/releases/tag/14.2.14)
- Build Frida or download the [latest supported package](https://github.com/frida/frida/releases/)
- Move `frida-gum.h` and `libfrida-gum.a` into `/usr/local/include` and `/usr/local/lib` (or a more appropriate folder that Rust can detect)

Or: use the `auto-download` feature to install Frida.
Expand Down
2 changes: 1 addition & 1 deletion frida-sys/FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.1.9
15.1.17
2 changes: 1 addition & 1 deletion frida/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rust bindings for [Frida](https://frida.re).

## Before Installing

- Build Frida or download the [14.2.14 package](https://github.com/frida/frida/releases/tag/14.2.14)
- Build Frida or download the [latest supported package](https://github.com/frida/frida/releases/)
- Move `frida-core.h` and `libfrida-core.a` into `/usr/local/include` and `/usr/local/lib` (or a more appropriate folder that Rust can detect)

Or: use the `auto-download` feature to install Frida.
Expand Down

0 comments on commit 1e9f618

Please sign in to comment.