From 3f53afb188b3c6248bcde0441db1a35c5d9dcc90 Mon Sep 17 00:00:00 2001 From: vnc0 <23381635+vnc0@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:51:42 +0000 Subject: [PATCH] Update Frida version from 17.2.14 to 17.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8e4d29..879a546 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MAKEFLAGS += --no-print-directory --silent # --- Configuration --- -FRIDA_VERSION := 17.2.14 +FRIDA_VERSION := 17.4.1 FRIDA_RELEASE_URL := https://github.com/frida/frida/releases/download/$(FRIDA_VERSION) # --- Host Environment Detection ---