{"id":16452578,"url":"https://github.com/agent-hellboy/syscall_stats","last_synced_at":"2026-05-09T05:34:43.623Z","repository":{"id":112474769,"uuid":"246663508","full_name":"Agent-Hellboy/syscall_stats","owner":"Agent-Hellboy","description":"Demonstration of stat of system call during execution of a binary in linux.","archived":false,"fork":false,"pushed_at":"2020-05-09T04:58:17.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T04:21:39.187Z","etag":null,"topics":["python","shell-script","syscall-stat","unix"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Agent-Hellboy.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":"2020-03-11T19:35:47.000Z","updated_at":"2020-05-09T05:03:29.000Z","dependencies_parsed_at":"2023-05-15T07:00:27.956Z","dependency_job_id":null,"html_url":"https://github.com/Agent-Hellboy/syscall_stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Agent-Hellboy/syscall_stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fsyscall_stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fsyscall_stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fsyscall_stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fsyscall_stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Agent-Hellboy","download_url":"https://codeload.github.com/Agent-Hellboy/syscall_stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fsyscall_stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python","shell-script","syscall-stat","unix"],"created_at":"2024-10-11T10:13:14.040Z","updated_at":"2026-05-09T05:34:43.598Z","avatar_url":"https://github.com/Agent-Hellboy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# syscall_stats\n\n-- Used to get the stat of system calls used by a binary in linux/unix  \n\n## Prerequisites\n\nShould be an unix machine to get the stat.\nKeep in mind debian does not support strace.\n\n## using \n\nrun python3 util.py\n\n```\nprince@prince:~/syscall_stats$ python3 util.py \nenter the name of binary ls\n\noutput:\nsystemcall name execve \t\tnumber of calls 1\nsystemcall name brk \t\tnumber of calls 3\nsystemcall name access \t\tnumber of calls 8\nsystemcall name openat \t\tnumber of calls 9\nsystemcall name fstat \t\tnumber of calls 10\nsystemcall name mmap \t\tnumber of calls 17\nsystemcall name close \t\tnumber of calls 11\nsystemcall name read \t\tnumber of calls 7\nsystemcall name mprotect \t\tnumber of calls 12\nsystemcall name arch_prctl \t\tnumber of calls 1\nsystemcall name munmap \t\tnumber of calls 1\nsystemcall name set_tid_address \t\tnumber of calls 1\nsystemcall name set_robust_list \t\tnumber of calls 1\nsystemcall name rt_sigaction \t\tnumber of calls 2\nsystemcall name rt_sigprocmask \t\tnumber of calls 1\nsystemcall name prlimit64 \t\tnumber of calls 1\nsystemcall name statfs \t\tnumber of calls 2\nsystemcall name ioctl \t\tnumber of calls 2\nsystemcall name getdents \t\tnumber of calls 2\nsystemcall name write \t\tnumber of calls 1\nsystemcall name exit_group \t\tnumber of calls 1\n\n\n\n\n```\n\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-hellboy%2Fsyscall_stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagent-hellboy%2Fsyscall_stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-hellboy%2Fsyscall_stats/lists"}