diff options
author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-07 18:23:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 19:23:35 +0200 |
commit | 70312789fddef0e72433489de01fb42c2a9a8419 (patch) | |
tree | 238495506c226bfc08e8cf34b7090f22ac42c57b | |
parent | 8dbe87bdf6c848088cd51923e445b92b9f839956 (diff) | |
download | afl++-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/GNUmakefile | 2 |
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)" |