about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-10-11 18:15:51 +0100
committerYour Name <you@example.com>2022-10-11 18:15:51 +0100
commit939575de4bf55ca8e0bc1c8724f6a382d51e73a3 (patch)
tree17982970cf6923c76b298f74f3fffc9e87dc5844
parent7461c52278ff3a96ebc4d71d369d3a8b24fd19b1 (diff)
downloadafl++-939575de4bf55ca8e0bc1c8724f6a382d51e73a3.tar.gz
Bump to FRIDA 16.0.1
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index 79367671..9f2bcd42 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -145,7 +145,7 @@ ifndef OS
  $(error "Operating system unsupported")
 endif
 
-GUM_DEVKIT_VERSION=15.2.2
+GUM_DEVKIT_VERSION=16.0.1
 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)"