Files
Florida/patches/frida-core/0008-Florida-pool-frida.patch

26 lines
640 B
Diff
Raw Normal View History

2024-05-25 09:54:07 +08:00
From 0f3391327c044f6c2ab0ee3322185904b0afa2c5 Mon Sep 17 00:00:00 2001
2023-07-20 10:02:58 +08:00
From: Ylarod <me@ylarod.cn>
Date: Thu, 20 Jul 2023 10:01:20 +0800
2023-12-25 09:53:31 +08:00
Subject: [PATCH 8/9] Florida: pool-frida
2023-07-20 10:02:58 +08:00
---
2023-12-25 09:53:31 +08:00
src/frida-glue.c | 2 ++
1 file changed, 2 insertions(+)
2023-07-20 10:02:58 +08:00
diff --git a/src/frida-glue.c b/src/frida-glue.c
2023-12-25 09:53:31 +08:00
index ee8f0737..43cc8167 100644
2023-07-20 10:02:58 +08:00
--- a/src/frida-glue.c
+++ b/src/frida-glue.c
2023-12-25 09:53:31 +08:00
@@ -40,6 +40,8 @@ frida_init_with_runtime (FridaRuntime rt)
2023-07-20 10:02:58 +08:00
g_io_module_openssl_register ();
#endif
+ g_set_prgname ("ggbond");
2023-12-25 09:53:31 +08:00
+
2023-07-20 10:02:58 +08:00
if (runtime == FRIDA_RUNTIME_OTHER)
{
2023-12-25 09:53:31 +08:00
main_context = g_main_context_ref (g_main_context_default ());
2023-07-20 10:02:58 +08:00
--
2024-05-25 09:54:07 +08:00
2.42.0
2023-07-20 10:02:58 +08:00