Skip to content

Commit

Permalink
Fix hooking on arm64 Go on Linux (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Aug 19, 2024
1 parent 9ecab5d commit f980a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/2680.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix hooking on arm64 Go on Linux
2 changes: 1 addition & 1 deletion mirrord/layer/src/go/linux_aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fn post_go1_23(hook_manager: &mut HookManager) {
}
hook_symbol!(
hook_manager,
"internal/runtime/syscall.Syscall6",
"internal/runtime/syscall.Syscall6.abi0",
go_syscall_new_detour
);
}
Expand Down

0 comments on commit f980a59

Please sign in to comment.