Skip to content

Commit eefd3a5

Browse files
committed
Proper 3.9.0 release with upgraded Frida
1 parent ca67a59 commit eefd3a5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include config.mk
22

33
r2_version=$(VERSION)
4-
frida_version=12.7.3
4+
frida_version=12.7.4
55

66
ifeq ($(strip $(frida_os)),)
77
ifeq ($(shell uname -o 2> /dev/null),Android)

dist/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
[ -z "${VERSION}" ] && VERSION=3.7.0
2+
[ -z "${VERSION}" ] && VERSION=3.9.0
33
(
44
RV=${VERSION}
55
RA=amd64
@@ -16,7 +16,7 @@
1616

1717
# install NodeJS LTS
1818
(
19-
NV=v10.15.1
19+
NV=v10.16.3
2020
NA=linux-x64
2121
echo "[*] Downloading NodeJS"
2222
wget -c https://nodejs.org/dist/${NV}/node-${NV}-${NA}.tar.xz

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r2frida-agent",
3-
"version": "3.7.0",
3+
"version": "3.9.0",
44
"description": "Agent for frida:// io plugin",
55
"private": true,
66
"main": "src/agent/index.js",

0 commit comments

Comments
 (0)