From 5e01b2e649dc82a1f9239c5b5ff50423db450d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8D=5E=E2=80=8D=5C=E2=80=8D=E2=80=8D=2E=E2=80=8D?= =?UTF-8?q?=E2=80=8Dz=E2=80=8D=E2=80=8De=E2=80=8D=E2=80=8Dr=E2=80=8D?= =?UTF-8?q?=E2=80=8D0=E2=80=8D=E2=80=8Dd=E2=80=8D=E2=80=8De=E2=80=8D?= =?UTF-8?q?=E2=80=8D=28=E2=80=8D=E2=80=8D=3F=E2=80=8D=E2=80=8D=3A=E2=80=8D?= =?UTF-8?q?=E2=80=8Da=E2=80=8D=E2=80=8D=7C=E2=80=8D=E2=80=8Dr=E2=80=8D?= =?UTF-8?q?=E2=80=8D=3F=E2=80=8D=E2=80=8Dp=E2=80=8D=E2=80=8D=29=E2=80=8D?= =?UTF-8?q?=E2=80=8D=3F=E2=80=8D=E2=80=8D=28=E2=80=8D=E2=80=8D=3F=E2=80=8D?= =?UTF-8?q?=E2=80=8D=3A=E2=80=8D=E2=80=8Dt=E2=80=8D=E2=80=8Dh=E2=80=8D?= =?UTF-8?q?=E2=80=8D=7C=E2=80=8D=E2=80=8Df=E2=80=8D=E2=80=8D=7C=E2=80=8D?= =?UTF-8?q?=E2=80=8Dv=E2=80=8D=E2=80=8D=29=E2=80=8D=E2=80=8D=24=E2=80=8D?= =?UTF-8?q?=E2=80=8D?= Date: Wed, 13 Aug 2025 13:53:53 +0000 Subject: [PATCH] fix memfd_create relocation from 17.2.1 (#27) Co-authored-by: zer0def --- .../0009-Florida-memfd-name-jit-cache.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/frida-core/0009-Florida-memfd-name-jit-cache.patch b/patches/frida-core/0009-Florida-memfd-name-jit-cache.patch index c52c616..17c15fa 100644 --- a/patches/frida-core/0009-Florida-memfd-name-jit-cache.patch +++ b/patches/frida-core/0009-Florida-memfd-name-jit-cache.patch @@ -4,14 +4,14 @@ Date: Fri, 1 Sep 2023 12:51:06 +0800 Subject: [PATCH 9/9] Florida: memfd-name-jit-cache --- - src/linux/frida-helper-backend.vala | 2 +- + lib/base/linux.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/src/linux/frida-helper-backend.vala b/src/linux/frida-helper-backend.vala +diff --git a/lib/base/linux.vala b/lib/base/linux.vala index 9da2152c..b133bd37 100644 ---- a/src/linux/frida-helper-backend.vala -+++ b/src/linux/frida-helper-backend.vala -@@ -3233,7 +3233,7 @@ namespace Frida { +--- a/lib/base/linux.vala ++++ b/lib/base/linux.vala +@@ -101,7 +101,7 @@ namespace Frida { } private int memfd_create (string name, uint flags) { @@ -19,7 +19,7 @@ index 9da2152c..b133bd37 100644 + return Linux.syscall (SysCall.memfd_create, "jit-cache", flags); } } - + } -- 2.42.0