Skip to content

Commit

Permalink
update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod committed Jul 18, 2023
1 parent aa2bdd3 commit 28e676c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions patches/frida-core/0004-Florida-symbol_frida_agent_main.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 5248dcf4973e77bfb5477d9fa73e76ea670f3a7b Mon Sep 17 00:00:00 2001
From a1f43fe9980cabab8f028a4e1ccb5da61db62242 Mon Sep 17 00:00:00 2001
From: Ylarod <[email protected]>
Date: Tue, 18 Jul 2023 16:02:50 +0800
Subject: [PATCH 4/7] Florida: symbol_frida_agent_main
Expand Down Expand Up @@ -78,7 +78,7 @@ index 06e7065b..d215b75a 100644
id = yield fruitjector.inject_library_resource (pid, agent, entrypoint, agent_parameters, cancellable);
#else
diff --git a/src/embed-agent.sh b/src/embed-agent.sh
index 6119b5e1..1e8d04ca 100755
index 6119b5e1..7eede250 100755
--- a/src/embed-agent.sh
+++ b/src/embed-agent.sh
@@ -10,6 +10,7 @@ resource_compiler=$7
Expand All @@ -101,17 +101,17 @@ index 6119b5e1..1e8d04ca 100755
embedded_agents+=("$embedded_agent")
}

@@ -40,6 +46,10 @@ case $host_os in
@@ -54,6 +60,10 @@ case $host_os in
exit 1
fi

+ if [ -f "$custom_script" ]; then
+ python3 "$custom_script" "$embedded_agent"
+ fi
+
exec "$resource_compiler" --toolchain=apple -c "$resource_config" -o "$output_dir/frida-data-agent" "$embedded_agent"
exec "$resource_compiler" --toolchain=gnu -c "$resource_config" -o "$output_dir/frida-data-agent" "$embedded_agent"
;;
freebsd|qnx)
*)
diff --git a/src/freebsd/freebsd-host-session.vala b/src/freebsd/freebsd-host-session.vala
index a2204a4e..eac16116 100644
--- a/src/freebsd/freebsd-host-session.vala
Expand Down
2 changes: 1 addition & 1 deletion patches/frida-core/0005-Florida-thread_gum_js_loop.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 73605fce2634948e452217e8e8a821ed062f77ac Mon Sep 17 00:00:00 2001
From 2ae2a5abab6810996e135e08ddb2fb15351400bd Mon Sep 17 00:00:00 2001
From: Ylarod <[email protected]>
Date: Tue, 18 Jul 2023 16:03:47 +0800
Subject: [PATCH 5/7] Florida: thread_gum_js_loop
Expand Down
2 changes: 1 addition & 1 deletion patches/frida-core/0006-Florida-thread_gmain.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4f1995c0978149ca8f05db56469dc09481730257 Mon Sep 17 00:00:00 2001
From 1c74790768367061ec61ce7b821ae855f2f35c04 Mon Sep 17 00:00:00 2001
From: Ylarod <[email protected]>
Date: Tue, 18 Jul 2023 16:04:15 +0800
Subject: [PATCH 6/7] Florida: thread_gmain
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7ec0dc96660ba553d685d5ce1180d20771342f30 Mon Sep 17 00:00:00 2001
From 3047ab1e2f89b50215e209381081f528ab16c034 Mon Sep 17 00:00:00 2001
From: Ylarod <[email protected]>
Date: Tue, 18 Jul 2023 16:04:55 +0800
Subject: [PATCH 7/7] Florida: protocol_unexpected_command
Expand Down

0 comments on commit 28e676c

Please sign in to comment.