about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-11-18 08:46:29 +0000
committerYour Name <you@example.com>2021-11-18 08:46:29 +0000
commita7b94338505d96a5d18b68916a4da6aa280e3f12 (patch)
tree97b9b112d4529a96d2fe46d3a7f481dee2a2b175
parente88509ac224e21738063c25a86e32f57e655f2dd (diff)
downloadafl++-a7b94338505d96a5d18b68916a4da6aa280e3f12.tar.gz
Bump FRIDA version
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index c0abe14c..52439979 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -103,7 +103,7 @@ ifndef OS
  $(error "Operating system unsupported")
 endif
 
-GUM_DEVKIT_VERSION=15.1.10
+GUM_DEVKIT_VERSION=15.1.11
 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)"