Skip to content

Commit

Permalink
Bump Frida 16.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
as0ler committed Sep 22, 2024
1 parent bb56276 commit e30b52d
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 @@ -3,7 +3,7 @@ include config.mk
PREFIX?=/usr/local
R2V=$(VERSION)
R2V?=5.9.4
frida_version=16.5.1
frida_version=16.5.2
#frida_version=15.2.2
frida_major=$(shell echo $(frida_version)|cut -d . -f 1)

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.5.1
set frida_version=16.5.2
set r2frida_version=5.9.4
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
set DEBUG=/O2
Expand Down

0 comments on commit e30b52d

Please sign in to comment.