diff options
author | Your Name <you@example.com> | 2022-02-01 08:13:18 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-01 08:13:18 +0000 |
commit | bb186a2ece40ae112e072dce195bf80cd8f41bec (patch) | |
tree | 125b8d78a3764a74640bb8ed4bee5b1aafa99eb4 | |
parent | 60e126c615a892b329d494ddcc5b84a8e560ca4b (diff) | |
download | afl++-bb186a2ece40ae112e072dce195bf80cd8f41bec.tar.gz |
Bump FRIDA version
-rw-r--r-- | frida_mode/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile index 010c12d9..cda9ab57 100644 --- a/frida_mode/GNUmakefile +++ b/frida_mode/GNUmakefile @@ -113,7 +113,7 @@ ifndef OS $(error "Operating system unsupported") endif -GUM_DEVKIT_VERSION=15.1.13 +GUM_DEVKIT_VERSION=15.1.15 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)" |