{"id":15429543,"url":"https://github.com/agis/gtrace","last_synced_at":"2025-04-19T16:53:42.023Z","repository":{"id":145391662,"uuid":"81689359","full_name":"agis/gtrace","owner":"agis","description":"Experimental system call tracer for Linux x86-64, written in Go","archived":false,"fork":false,"pushed_at":"2020-12-22T11:33:58.000Z","size":19,"stargazers_count":74,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T10:33:35.636Z","etag":null,"topics":["golang","strace","syscalls","systemcalls","tracer"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-11T23:19:13.000Z","updated_at":"2024-01-04T16:11:22.000Z","dependencies_parsed_at":"2023-05-07T04:16:56.204Z","dependency_job_id":null,"html_url":"https://github.com/agis/gtrace","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":"0.36363636363636365","last_synced_commit":"fe15b0b4cca5f14562dfb59ab328691b32373b26"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agis%2Fgtrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agis%2Fgtrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agis%2Fgtrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agis%2Fgtrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agis","download_url":"https://codeload.github.com/agis/gtrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249742986,"owners_count":21319033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","strace","syscalls","systemcalls","tracer"],"created_at":"2024-10-01T18:11:25.525Z","updated_at":"2025-04-19T16:53:42.004Z","avatar_url":"https://github.com/agis.png","language":"C","readme":"# gtrace\n\nA system call tracer for Linux x86-64.\n\nDISCLAIMER: This software is experimental and not considered stable. Do\nnot use it in mission-critical environments.\n\n## Installation\n\n```shell\n$ go get -u github.com/agis/gtrace\n```\n\n## Usage\n\nCurrently only attaching to an already running process is supported. Also,\narguments are not decoded yet.\n\nAttach to a process by specifying its pid:\n\n```shell\n$ ./gtrace -p 2602\nAttached to process 2602...\nfutex = 0\nwrite = 2\nwrite = 1\nfutex = 0\nwrite = 2\n^C\n```\n\n## Feature work\n\n- [ ] Decode arguments\n- [ ] terminal GUI with live statistics/counters\n- [ ] filter for certain syscalls\n- [ ] ARM support\n\n## Building\n\n```shell\n$ go generate\n$ go build\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagis%2Fgtrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagis%2Fgtrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagis%2Fgtrace/lists"}