aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-25 20:37:08 +0100
committervanhauser-thc <vh@thc.org>2023-03-25 20:37:08 +0100
commitd95540917848ee3f21a73d70b10a5be76b28cbf4 (patch)
tree5f5183eb46bd68487eb082fff966a89a768096e9 /frida_mode/GNUmakefile
parent9bc5abc4eca13996fccc05b4ad08b7ac5a217e25 (diff)
downloadAFLplusplus-d95540917848ee3f21a73d70b10a5be76b28cbf4.tar.gz
disable frida in the ci for the moment it is working nowhere
Diffstat (limited to 'frida_mode/GNUmakefile')
-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)"