Skip to content

Commit

Permalink
Upgrade to the latest Frida 15.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 10, 2024
1 parent dcec1d0 commit 868e214
Showing 1 changed file with 1 addition and 1 deletion.
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.7
set frida_version=16.5.9
set r2frida_version=5.9.6
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
set DEBUG=/O2
Expand Down

0 comments on commit 868e214

Please sign in to comment.