about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-07-07 18:23:35 +0100
committerGitHub <noreply@github.com>2021-07-07 19:23:35 +0200
commit70312789fddef0e72433489de01fb42c2a9a8419 (patch)
tree238495506c226bfc08e8cf34b7090f22ac42c57b
parent8dbe87bdf6c848088cd51923e445b92b9f839956 (diff)
downloadafl++-70312789fddef0e72433489de01fb42c2a9a8419.tar.gz
Updated the version of FRIDA to 15.0.0 (#1013)
Co-authored-by: Your Name <you@example.com>
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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)"