about summary refs log tree commit diff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-07-08 18:22:05 +0100
committerYour Name <you@example.com>2022-07-08 18:22:05 +0100
commit3d2a095f2eb26f08af7f225f195b8005b99978b1 (patch)
tree468e7271dd40f40b2046e62df980f11ca7bb6ebb /frida_mode/GNUmakefile
parente21738a24852e0ed9b346c28aeb4132a34d5b7cc (diff)
downloadafl++-3d2a095f2eb26f08af7f225f195b8005b99978b1.tar.gz
Updated FRIDA version
Diffstat (limited to 'frida_mode/GNUmakefile')
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index 014dcca5..9c37cfa3 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -116,7 +116,7 @@ ifndef OS
  $(error "Operating system unsupported")
 endif
 
-GUM_DEVKIT_VERSION=15.1.22
+GUM_DEVKIT_VERSION=15.1.27
 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)"