Skip to content

Commit

Permalink
Upgrade to Frida 16.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Jul 8, 2024
1 parent 6e05007 commit 1c63913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include config.mk
PREFIX?=/usr/local
R2V=$(VERSION)
R2V?=5.9.2
frida_version=16.3.3
frida_version=16.4.2
#frida_version=15.2.2
frida_major=$(shell echo $(frida_version)|cut -d . -f 1)

Expand Down Expand Up @@ -136,6 +136,7 @@ FRIDA_LIBS+=-framework Foundation
else
ifeq ($(frida_os),macos)
FRIDA_LIBS+=-lbsm
FRIDA_LIBS+=-framework Security
endif
endif
ifeq ($(frida_os),macos)
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
REM setlocal EnableDelayedExpansion
set frida_version=16.3.3
set frida_version=16.4.2
set r2frida_version=5.9.2
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
set DEBUG=/O2
Expand Down
4 changes: 2 additions & 2 deletions test/db/extras/version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMDS=<<EOF
:?V
EOF
EXPECT=<<EOF
16.3.3
16.4.2
EOF
RUN

Expand All @@ -14,7 +14,7 @@ CMDS=<<EOF
: Frida.version
EOF
EXPECT=<<EOF
16.3.3
16.4.2
EOF
RUN

Expand Down

0 comments on commit 1c63913

Please sign in to comment.