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

26 lines
656 B
Diff
Raw Normal View History

2023-12-25 09:53:31 +08:00
From c209740d0a3afb95444f49dc542088a81b55d042 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
--
2023-11-20 18:46:39 +08:00
2.39.3 (Apple Git-145)
2023-07-20 10:02:58 +08:00