From 7a02690eaabacb779dd17faa1300fa1af3c30638 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 11 Oct 2022 12:03:22 +0200 Subject: [PATCH] Use the precompiled 5.7.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f83c125..26762599 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ R2V=$(VERSION) R2V=5.7.2 frida_version=15.2.2 R2FRIDA_PRECOMPILED_AGENT?=0 -R2FRIDA_PRECOMPILED_AGENT_URL=https://github.com/nowsecure/r2frida/releases/download/5.7.4/_agent.js +R2FRIDA_PRECOMPILED_AGENT_URL=https://github.com/nowsecure/r2frida/releases/download/5.7.8/_agent.js CFLAGS+=-DFRIDA_VERSION_STRING=\"${frida_version}\"