Skip to content

Commit

Permalink
Update to use frida-15.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 20, 2021
1 parent ac18abc commit f694329
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
@@ -1,7 +1,7 @@
include config.mk

r2_version=$(VERSION)
frida_version=15.0.15
frida_version=15.0.16

ifeq ($(strip $(frida_os)),)
ifeq ($(shell uname -o 2> /dev/null),Android)
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal EnableDelayedExpansion
set R2_BASE=""
set frida_version=15.0.15
set frida_version=15.0.16
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
for /f %%i in ('radare2 -H R2_USER_PLUGINS') do set R2_PLUGDIR=%%i
REM for /f %%i in ('where radare2') do set R2_BASE=%%i\..
Expand Down

0 comments on commit f694329

Please sign in to comment.