{"id":19179367,"url":"https://github.com/archercreat/srvhide","last_synced_at":"2025-06-29T08:32:50.187Z","repository":{"id":132754173,"uuid":"450136099","full_name":"archercreat/srvhide","owner":"archercreat","description":"Simple tool to dump/hide services in services.exe process.","archived":false,"fork":false,"pushed_at":"2022-04-22T09:28:05.000Z","size":19,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T21:46:21.464Z","etag":null,"topics":["cmkr","cpp","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/archercreat.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":"2022-01-20T14:45:21.000Z","updated_at":"2025-02-28T07:49:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b4fe7ee-b363-437c-aa3f-9fe6b5daa89b","html_url":"https://github.com/archercreat/srvhide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/archercreat/srvhide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fsrvhide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fsrvhide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fsrvhide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fsrvhide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archercreat","download_url":"https://codeload.github.com/archercreat/srvhide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fsrvhide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262564547,"owners_count":23329519,"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":["cmkr","cpp","reverse-engineering"],"created_at":"2024-11-09T10:42:56.633Z","updated_at":"2025-06-29T08:32:50.161Z","avatar_url":"https://github.com/archercreat.png","language":"CMake","readme":"# SrvHide\nSimple tool to dump/hide services in `services.exe` process. Once hid the service won't show in `services.msc`. The tool is based on [this](https://www.codeproject.com/Articles/46670/Service-Hiding) blogpost.\n\n## Results\n```\nC:\\Users\\john-vm\\Desktop\\srvhide\u003esrvhide.exe -d\n[+] Services.exe PID: 664\n[+] Check driver loaded: Success\n[+] Protect current process: Success\n[*] Services.exe - 0x7ff68a3f0000 - 0xb0000\n[+] g_ServicesDB location - 0x7ff68a4905b8\n[+] g_ServicesDB - 0x2325260ec70\n[*] 0x2325260ec70 - 1394ohci\n[*] 0x2325260f030 - 3ware\n[*] 0x2325260f4b0 - AarSvc\n[*] 0x2325260f690 - ACPI\n[*] 0x2325260f8d0 - AcpiDev\n...\n[*] 0x232528fa420 - UserDataSvc_80c26\n[*] 0x232528fa9f0 - WpnUserService_80c26\n[*] 0x232528f65b0 - MpKslb488759d\n```\n\n```\nC:\\Users\\john-vm\\Desktop\\srvhide\u003esrvhide.exe -s 3ware\n[+] Services.exe PID: 648\n[+] Check driver loaded: Success\n[+] Protect current process: Success\n[*] Services.exe - 0x7ff7ecb70000 - 0xb0000\n[+] g_ServicesDB location - 0x7ff7ecc105b8\n[+] g_ServicesDB - 0x1f87a40e830\n[+] Match found. Removing..\n```\n\n## Disclaimer\nThis tool is just a proof of concept develped while learning how windows stores service information.\nThe `services.exe` is a protected process (`PPL`) and can not be tampered simply from usermode. `SrvHide` uses `BlackBone` driver for reading/writing target process memory.\n\n## Build\n```\ngit clone --recurse-submodules https://github.com/archercreat/srvhide.git\ncd srvhide\ncmake -B build\ncmake --build build\n```\n\nOnce built, copy `BlackBoneDrv10.sys` to `srvhide.exe` directory.\n\n## Usage\n\n```\n.\\build\\Debug\\srvhide.exe\nUsage: SrvHide: Hide service in services.exe [options]\n\nOptional arguments:\n-h --help       shows help message and exits\n-v --version    prints version information and exits\n-s --service    Service name to hide [default: \"\"]\n-d --dump       Dump services database [default: false]\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchercreat%2Fsrvhide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchercreat%2Fsrvhide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchercreat%2Fsrvhide/lists"}