diff --git a/Makefile b/Makefile index e8e4d29..cc465f1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MAKEFLAGS += --no-print-directory --silent # --- Configuration --- -FRIDA_VERSION := 17.2.14 +FRIDA_VERSION := 17.4.2 FRIDA_RELEASE_URL := https://github.com/frida/frida/releases/download/$(FRIDA_VERSION) # --- Host Environment Detection ---