add gspy: forensic goroutine-to-syscall inspector for Go processes#4916
Merged
noptrix merged 5 commits intoBlackArch:masterfrom Apr 21, 2026
Merged
add gspy: forensic goroutine-to-syscall inspector for Go processes#4916noptrix merged 5 commits intoBlackArch:masterfrom
noptrix merged 5 commits intoBlackArch:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New tool: gspy
URL: https://github.com/Mutasem-mk4/gspy
License: GPL-2.0-only
Language: Go + eBPF C
Version: 0.2.0
Description
gspy attaches to a running Go process by PID using eBPF uprobes (
runtime.execute) andraw_syscallstracepoints. It reads goroutine IDs from thread-local storage viaprocess_vm_readv(2)— zero ptrace, zero binary modification — and displays a live terminal map of goroutine ID → syscall → user-space stack frame.Capabilities
--readonlymode with SHA-256 chain-of-custody verification--json) for SIEM integrationio | net | sched | allSecurity use cases
Technical
runtime.execute+raw_syscalls/sys_enter+raw_syscalls/sys_exitCI
All checks passing: https://github.com/Mutasem-mk4/gspy/actions
Category
blackarch-forensic— this tool provides no capability that can be used for active exploitation. It is read-only inspection only.Checklist
makepkg -siman/gspy.1)