mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
Set default GUM_DEVKIT_VERSION to 16.5.9
Execution speed seems better than recent versions.
This commit is contained in:
parent
f87a669aa3
commit
c2383761cb
@ -165,7 +165,7 @@ ifndef OS
|
||||
$(error "Operating system unsupported")
|
||||
endif
|
||||
|
||||
GUM_DEVKIT_VERSION=16.6.5
|
||||
GUM_DEVKIT_VERSION=16.5.9
|
||||
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)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user