From 8561389e497737cb7fbb26a2f8911b9e00eb02b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20=C3=80lvarez=20i=20Capilla?= Date: Thu, 23 Jan 2020 16:44:19 -0500 Subject: [PATCH] Upgrade to the latest Frida 12.8.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5dfe8a9c..dafa32d3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include config.mk r2_version=$(VERSION) -frida_version=12.8.6 +frida_version=12.8.8 ifeq ($(strip $(frida_os)),) ifeq ($(shell uname -o 2> /dev/null),Android)