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; + }