about summary refs log tree commit diff
path: root/frida_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-03-26 13:36:31 +0200
committerGitHub <noreply@github.com>2023-03-26 13:36:31 +0200
commit7101192865893e00b9029d0cb898a3ca3015d50b (patch)
treea24bd6696a4df892441be7d88df6413c953bd3bb /frida_mode
parent64fd01d46ca8806cf014b98c4c54412f4e3e81e0 (diff)
parent19f96129109c6394fdc45dfae3885c2d7e08977d (diff)
downloadafl++-7101192865893e00b9029d0cb898a3ca3015d50b.tar.gz
Merge pull request #1682 from AFLplusplus/dev
push to stable
Diffstat (limited to 'frida_mode')
-rw-r--r--frida_mode/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index dda267bc..c055fcbb 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -1,3 +1,4 @@
+
 PWD:=$(shell pwd)/
 ROOT:=$(PWD)../
 INC_DIR:=$(PWD)include/
@@ -164,7 +165,7 @@ ifndef OS
  $(error "Operating system unsupported")
 endif
 
-GUM_DEVKIT_VERSION=16.0.6
+GUM_DEVKIT_VERSION=16.0.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)"