Skip to content

Commit

Permalink
Update to frida 16.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 17, 2023
1 parent 30dd02e commit a84cc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include config.mk

R2V=$(VERSION)
R2V?=5.8.4
frida_version=16.1.2
frida_version=16.1.3
frida_major=$(shell echo $(frida_version)|cut -d . -f 1)

ifeq ($(frida_major),15)
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
setlocal EnableDelayedExpansion
set frida_version=16.1.2
set frida_version=16.1.3
set r2frida_version=5.8.8
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
set DEBUG=/O2
Expand Down

0 comments on commit a84cc88

Please sign in to comment.