{"id":19408979,"url":"https://github.com/lexz-08/regreader","last_synced_at":"2026-05-18T09:05:29.856Z","repository":{"id":56857555,"uuid":"526452360","full_name":"Lexz-08/RegReader","owner":"Lexz-08","description":"This project was primarily made just so I could view the value of a Registry key without having to retype the string representation in RegEdit into Notepad++, but I guess it could be useful for other things. It can view strings, dwords, qwords, and binary.","archived":false,"fork":false,"pushed_at":"2022-08-19T03:56:01.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T00:55:45.163Z","etag":null,"topics":["csharp","reg-edit","reg-reader","reg-viewer","regedit","registry","registry-editor","registry-reader","registry-viewer","windows"],"latest_commit_sha":null,"homepage":"https://github.com/Lexz-08/RegReader","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/Lexz-08.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-08-19T03:38:28.000Z","updated_at":"2022-12-11T16:47:01.000Z","dependencies_parsed_at":"2022-08-26T20:03:03.963Z","dependency_job_id":null,"html_url":"https://github.com/Lexz-08/RegReader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Lexz-08/RegReader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FRegReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FRegReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FRegReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FRegReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexz-08","download_url":"https://codeload.github.com/Lexz-08/RegReader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FRegReader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":["csharp","reg-edit","reg-reader","reg-viewer","regedit","registry","registry-editor","registry-reader","registry-viewer","windows"],"created_at":"2024-11-10T12:09:04.349Z","updated_at":"2026-05-18T09:05:29.830Z","avatar_url":"https://github.com/Lexz-08.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RegReader\n## Description\nThis project was primarily made just so I could view the value of a Registry key without having to retype the string representation in RegEdit into Notepad++, but I guess it could be useful for other things. It can view strings, dwords, qwords, and binary.\n\n## How To Use\nTo read a Registry key, specify the path to it, then the name of the key itself, then the name of the value you want to read.\n\nOtherwise:\u003cbr/\u003e\n  - `Path`: The path to the Registry key, but don't include the actual name of the key you're reading in this.\u003cbr/\u003e\n  - `Key`: The key you want to read.\u003cbr/\u003e\n  - `Value`: The value you want to read from the key you specified.\u003cbr/\u003e\n  - `Read Key (Button)`: Uses [Microsoft.Win32.Registry]() to read the key specified.\n    - The different Registry values are ***STRING***, ***BINARY***, ***DWORD***, and ***QWORD***.\n    - Each value type is tested against the type retrieved from the Registry value read using `keyValue.GetType()`.\n    - If it's a ***STRING***, the value itself isn't processed.\n      - e.g. `The quick brown fox jumps over the lazy dog.`\n    - If it's a ***BINARY***, the value is returned as a `byte[]` and converted to a string of characters.\n      - e.g. `48 65 6C 6C 6F 20 57 6F 72 6C 64 21` - translates to `Hello World!`\n    - If it's a ***DWORD***, the value is just a number displayed as a string\n      - e.g. if `0x0000005`, then it's displayed as `5`\n    - If it's a ***QWORD***, the same thing as ***DWORD*** but with an `L` at the end to display a difference in the value type.\n      - e.g. if `0x0000005`, then it's displayed as `5L`\n\n## Download\n[Standalone](https://github.com/Lexz-08/RegReader/releases/latest/download/RegReader.zip)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Fregreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexz-08%2Fregreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Fregreader/lists"}