{"id":41832988,"url":"https://github.com/akkuman/getsyscallid","last_synced_at":"2026-01-25T08:43:02.953Z","repository":{"id":108945394,"uuid":"414828600","full_name":"akkuman/getsyscallid","owner":"akkuman","description":"get windows system call number dynamically","archived":false,"fork":false,"pushed_at":"2021-10-08T03:18:14.000Z","size":4,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T03:34:12.091Z","etag":null,"topics":["syscalls","windows"],"latest_commit_sha":null,"homepage":"","language":"Go","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/akkuman.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":"2021-10-08T03:02:48.000Z","updated_at":"2022-06-01T05:28:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"34c16a36-cb2f-4049-b4c9-78274ba23024","html_url":"https://github.com/akkuman/getsyscallid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akkuman/getsyscallid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkuman%2Fgetsyscallid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkuman%2Fgetsyscallid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkuman%2Fgetsyscallid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkuman%2Fgetsyscallid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akkuman","download_url":"https://codeload.github.com/akkuman/getsyscallid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkuman%2Fgetsyscallid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28749778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T08:31:04.260Z","status":"ssl_error","status_checked_at":"2026-01-25T08:30:28.859Z","response_time":113,"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":["syscalls","windows"],"created_at":"2026-01-25T08:43:02.377Z","updated_at":"2026-01-25T08:43:02.944Z","avatar_url":"https://github.com/akkuman.png","language":"Go","readme":"# GetSyscallID\n\nget windows system call number dynamically, it doesn't need the system call table.\n\n## Try\n\n### download\n\n```shell\ngo get github.com/akkuman/getsyscallid/cmd/getsyscallid\n```\n\n### help\n\n```shell\n\u003e ./getsyscallid.exe -help    \nUsage of getsyscallid.exe:\n  -proc string\n        The name of the api name from ntdll.dll (default \"NtCreateProcess\")\n```\n\n### run\n\n```shell\n\u003e ./get.exe -proc NtCreateProcess\nthe syscall Number is: b9\n```\n\n## As a package\n\n```go\npackage main\n\nimport (\n\t\"flag\"\n\t\"fmt\"\n\n\t\"github.com/akkuman/getsyscallid\"\n)\n\nfunc main() {\n\tflag.Parse()\n\tsysID, err := getsyscallid.GetID(\"NtCreateProcess\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Printf(\"the syscall Number is: %x\\n\", sysID)\n}\n```\n\n## Reference\n\n- [动态获取系统调用(syscall)号](https://idiotc4t.com/defense-evasion/dynamic-get-syscallid)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakkuman%2Fgetsyscallid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakkuman%2Fgetsyscallid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakkuman%2Fgetsyscallid/lists"}