From d6060d34dff7c7778e2c0f953221467aa8b86ec4 Mon Sep 17 00:00:00 2001 From: Ylarod Date: Tue, 18 Jul 2023 17:46:19 +0800 Subject: [PATCH] fix --- patches/frida-core/0001-Florida-string_frida_rpc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/frida-core/0001-Florida-string_frida_rpc.patch b/patches/frida-core/0001-Florida-string_frida_rpc.patch index a30a476..d2b9c15 100644 --- a/patches/frida-core/0001-Florida-string_frida_rpc.patch +++ b/patches/frida-core/0001-Florida-string_frida_rpc.patch @@ -23,7 +23,7 @@ index 3695ba8c..e5eddf0d 100644 + result += decryptedChar; + } + if(quote){ -+ return "\"" + result + "\"" ++ return "\"" + result + "\""; + }else{ + return result; + }