Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to frida 16.6.6 #663

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9
set frida_version=16.6.6
set r2frida_version=5.9.8
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
set DEBUG=/O2
Expand Down
2 changes: 1 addition & 1 deletion src/io_frida.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* radare2 - MIT - Copyright 2016-2024 - pancake, oleavr, mrmacete, murphy */
/* radare2 - MIT - Copyright 2016-2025 - pancake, oleavr, mrmacete, murphy */

#define R_LOG_ORIGIN "r2frida"

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.5.9
16.6.6
EOF
RUN

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

Expand Down
Loading