Set default GUM_DEVKIT_VERSION to 16.5.9

Execution speed seems better than recent versions.
This commit is contained in:
Vincent Andrae 2025-02-11 08:16:39 +01:00
parent f87a669aa3
commit c2383761cb

View File

@ -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)"