{"id":20041512,"url":"https://github.com/calebccff/regdump_parser","last_synced_at":"2025-03-02T06:49:34.129Z","repository":{"id":110398056,"uuid":"605930354","full_name":"calebccff/regdump_parser","owner":"calebccff","description":"Parse debugfs register dumps and pretty print them","archived":false,"fork":false,"pushed_at":"2023-02-24T08:07:24.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T19:27:05.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/calebccff.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":"2023-02-24T07:59:13.000Z","updated_at":"2023-03-10T02:22:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"a840da7f-51fc-4fce-bc23-7ed16b905755","html_url":"https://github.com/calebccff/regdump_parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebccff%2Fregdump_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebccff%2Fregdump_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebccff%2Fregdump_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebccff%2Fregdump_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebccff","download_url":"https://codeload.github.com/calebccff/regdump_parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470365,"owners_count":19968041,"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":[],"created_at":"2024-11-13T10:46:49.381Z","updated_at":"2025-03-02T06:49:34.099Z","avatar_url":"https://github.com/calebccff.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regdump Parser\n\nParse Linux debugfs regmap register dumps and pretty print them.\nRequires generating register maps with [something like this C macro parser I wrote](https://github.com/calebccff/WheresThatDefine).\n\n## Usage\n\nsmb2regdump parses files like those from the kernels regmap debugfs dump,\nin the format `addr: val`, something like:\n\n```sh\n1304: 02\n1305: 63\n1306: 00\n```\n\n\n```sh\nUsage: smb2regdump [OPTIONS] --regdump \u003cREGDUMP\u003e\n\nOptions:\n  -r, --regdump \u003cREGDUMP\u003e        \n  -s, --start-addr \u003cSTART_ADDR\u003e  \n  -l, --length \u003cLENGTH\u003e          \n  -h, --help                     Print help\n  -V, --version                  Print version\n```\n\nYou can invoke it directly and even watch, if you don't mind dumping the whole\naddress space.... Does the kernel have a better way of doing this?\n\n```sh\nsmb2regdump -r /sys/kernel/debug/regmap/0-02/registers -s 0x1000 -l 0xff\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebccff%2Fregdump_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebccff%2Fregdump_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebccff%2Fregdump_parser/lists"}