From 70312789fddef0e72433489de01fb42c2a9a8419 Mon Sep 17 00:00:00 2001 From: WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> Date: Wed, 7 Jul 2021 18:23:35 +0100 Subject: Updated the version of FRIDA to 15.0.0 (#1013) Co-authored-by: Your Name --- frida_mode/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile index b11ba310..582cf8d6 100644 --- a/frida_mode/GNUmakefile +++ b/frida_mode/GNUmakefile @@ -79,7 +79,7 @@ ifndef OS $(error "Operating system unsupported") endif -GUM_DEVKIT_VERSION=14.2.18 +GUM_DEVKIT_VERSION=15.0.0 GUM_DEVKIT_FILENAME=frida-gumjs-devkit-$(GUM_DEVKIT_VERSION)-$(OS)-$(ARCH).tar.xz GUM_DEVKIT_URL="https://github.com/frida/frida/releases/download/$(GUM_DEVKIT_VERSION)/$(GUM_DEVKIT_FILENAME)" -- cgit 1.4.1