{"id":24758860,"url":"https://github.com/wesleych3n/windowsdeviceinfodumper","last_synced_at":"2026-05-09T06:35:43.236Z","repository":{"id":59973465,"uuid":"539865474","full_name":"WesleyCh3n/WindowsDeviceInfoDumper","owner":"WesleyCh3n","description":"Basic example of using win api to get device hardware id etc....","archived":false,"fork":false,"pushed_at":"2022-10-06T07:04:15.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T16:45:38.977Z","etag":null,"topics":["cpp","device-info","example","windows-api"],"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/WesleyCh3n.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}},"created_at":"2022-09-22T08:00:13.000Z","updated_at":"2022-09-23T07:09:17.000Z","dependencies_parsed_at":"2023-01-19T09:30:51.955Z","dependency_job_id":null,"html_url":"https://github.com/WesleyCh3n/WindowsDeviceInfoDumper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WesleyCh3n/WindowsDeviceInfoDumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FWindowsDeviceInfoDumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FWindowsDeviceInfoDumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FWindowsDeviceInfoDumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FWindowsDeviceInfoDumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WesleyCh3n","download_url":"https://codeload.github.com/WesleyCh3n/WindowsDeviceInfoDumper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FWindowsDeviceInfoDumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809902,"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":["cpp","device-info","example","windows-api"],"created_at":"2025-01-28T16:39:32.236Z","updated_at":"2026-05-09T06:35:43.215Z","avatar_url":"https://github.com/WesleyCh3n.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Device Info Dumper\n\nThis is a minimum c++ example to dump information (hardware ID, manufacturer etc..)\nabout installed device using Windows SDK API.\n\n## Build Requirements\n\nTested with\n\n- Windows 10 21H2 (1904 build)\n- MSVC 2019\n- CMake 3.21.3\n\n## How to Compile?\n\nClone the repository\n\n```bash\ngit clone https://github.com/WesleyCh3n/WindowsDeviceInfoDumper.git\ncd WindowsDeviceInfoDumper\n```\n\nCMake the project\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\ncmake --build . --config Release\n```\n\nThen the executable will be in `./build/Release/` directory.\n\n## Usage\n\n```bash\n./devInfoDumper \u003cfilename\u003e.json\n```\n\nThen there are both `stdout` and `\u003cfilename\u003e.json` about device information.\n\n## Note\n\nIf json value showing `[Error: #]`, `#` is [windows system error code](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-).\nGo check out doc to see what happened.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesleych3n%2Fwindowsdeviceinfodumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesleych3n%2Fwindowsdeviceinfodumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesleych3n%2Fwindowsdeviceinfodumper/lists"}