{"id":20506305,"url":"https://github.com/felipensp/vtracer","last_synced_at":"2026-03-19T16:09:11.080Z","repository":{"id":221608658,"uuid":"754876887","full_name":"felipensp/vtracer","owner":"felipensp","description":"Ptrace interface for writing tracing tools in V and tracing tool","archived":false,"fork":false,"pushed_at":"2024-02-09T13:50:10.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T21:41:33.438Z","etag":null,"topics":["ptrace","syscall","tools","tracing","v","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipensp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-08T23:35:57.000Z","updated_at":"2024-02-10T14:47:50.000Z","dependencies_parsed_at":"2024-02-09T01:14:19.660Z","dependency_job_id":"03590933-f0bb-42b9-9c78-49ad4f9b79ee","html_url":"https://github.com/felipensp/vtracer","commit_stats":null,"previous_names":["felipensp/vtracer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipensp/vtracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipensp","download_url":"https://codeload.github.com/felipensp/vtracer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtracer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30270484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T17:53:40.517Z","status":"ssl_error","status_checked_at":"2026-03-08T17:53:40.101Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ptrace","syscall","tools","tracing","v","vlang"],"created_at":"2024-11-15T19:55:58.363Z","updated_at":"2026-03-08T19:35:22.703Z","avatar_url":"https://github.com/felipensp.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vtracer\nPtrace interface for writing tracing tools in V and tracing tool.\n\nThis project aims to provide an interface to who want write a tracing tool using ptrace in high level way.\n\nThe `main.v` is a sample how to use the wrapper.\n\n_Work in progress state. Only Linux x86-64 support yet._\n\n### Building\n\n`$ v .`\n\n### Using the vtracer\n\n```\n$ ./vtracer /bin/date\n[+] starting and tracing `/bin/date`\nexecve(0) = 0\nbrk(0) = 140737064759296\naccess(140639249576704) = -2\nopenat(4294967196) = 3\nfstat(3) = 0\nmmap(0) = 140639249346560\nclose(3) = 0\nopenat(4294967196) = 3\nread(3) = 832\nfstat(3) = 0\nmmap(0) = 140639249301504\nmmap(0) = 140639247466496\nmprotect(140639247605760) = 0\nmmap(140639247605760) = 140639247605760\nmmap(140639248945152) = 140639248945152\nmmap(140639249260544) = 140639249260544\nmmap(140639249285120) = 140639249285120\nclose(3) = 0\narch_prctl(4098) = 0\nmprotect(140639249260544) = 0\nmprotect(140639249739776) = 0\nmprotect(140639249592320) = 0\nmunmap(140639249346560) = 0\nbrk(0) = 140737064759296\nbrk(140737064894464) = 140737064894464\nopenat(4294967196) = 3\nfstat(3) = 0\nmmap(0) = 140639244431360\nclose(3) = 0\nclock_gettime(0) = 0\nopenat(4294967196) = 3\nfstat(3) = 0\nfstat(3) = 0\nread(3) = 512\nlseek(3) = 545\nread(3) = 512\nread(3) = 413\nclose(3) = 0\nfstat(1) = 0\nFri 09 Feb 2024 09:50:35 AM -03\nwrite(1) = 32\nclose(1) = 0\nclose(2) = 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipensp%2Fvtracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipensp%2Fvtracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipensp%2Fvtracer/lists"}