{"id":31880762,"url":"https://github.com/antoniovazquezblanco/ghidrasvd","last_synced_at":"2026-02-15T12:04:13.347Z","repository":{"id":214881064,"uuid":"732154060","full_name":"antoniovazquezblanco/GhidraSVD","owner":"antoniovazquezblanco","description":"Import CMSIS SVD files information onto your Ghidra memory map","archived":false,"fork":false,"pushed_at":"2026-01-31T13:58:18.000Z","size":2088,"stargazers_count":32,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-01T07:51:13.846Z","etag":null,"topics":["embedded","ghidra","ghidra-extension","ghidra-loader","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://github.com/antoniovazquezblanco/GhidraSVD","language":"Java","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/antoniovazquezblanco.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-15T19:28:04.000Z","updated_at":"2026-01-31T13:55:36.000Z","dependencies_parsed_at":"2023-12-31T17:21:19.678Z","dependency_job_id":"e329219d-4743-45b5-8665-477d08bfce2f","html_url":"https://github.com/antoniovazquezblanco/GhidraSVD","commit_stats":null,"previous_names":["antoniovazquezblanco/ghidrasvd"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/antoniovazquezblanco/GhidraSVD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2FGhidraSVD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2FGhidraSVD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2FGhidraSVD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2FGhidraSVD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoniovazquezblanco","download_url":"https://codeload.github.com/antoniovazquezblanco/GhidraSVD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2FGhidraSVD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29477309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"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":["embedded","ghidra","ghidra-extension","ghidra-loader","reverse-engineering"],"created_at":"2025-10-13T01:30:46.427Z","updated_at":"2026-02-15T12:04:13.342Z","avatar_url":"https://github.com/antoniovazquezblanco.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghidra SVD\n\n[![Build](https://github.com/antoniovazquezblanco/GhidraSVD/actions/workflows/main.yml/badge.svg)](https://github.com/antoniovazquezblanco/GhidraSVD/actions/workflows/main.yml)\n[![CodeQL](https://github.com/antoniovazquezblanco/GhidraSVD/actions/workflows/codeql.yml/badge.svg)](https://github.com/antoniovazquezblanco/GhidraSVD/actions/workflows/codeql.yml)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"doc/logo.png\" alt=\"A red dragon tinkers with an IoT device\"\u003e\n\u003c/p\u003e\n\nImport CMSIS SVD information onto your Ghidra memory map. This is usefull when reversing firmware from devices that publish SVD files. This is a re-write of another [Ghidra SVD Loader](https://github.com/leveldown-security/SVD-Loader-Ghidra) plugin.\n\nThis is the preferred way to generate memory maps, but if no SVD files are available for your device you may want to try the [Ghidra DeviceTreeBlob plugin](https://github.com/antoniovazquezblanco/GhidraDeviceTreeBlob).\n\n## Installing\n\nThis extension is available for installation via the [Ghidra Extension Manager](https://github.com/antoniovazquezblanco/GhidraExtensionManager).\n\nYou may also install this extension by going to the [releases page](https://github.com/antoniovazquezblanco/GhidraSVD/releases) and downloading the latest version for your Ghidra distribution. In order to install from the release, in Ghidra main window go to `File` \u003e `Install extensions...`. In the new window press the `+` icon to import the downloaded zip.\n\n## Usage\n\nIn a CodeBrowser window press `File` \u003e `Import SVD...`.\n\nA file dialog will allow you to select your SVD file and import it. Memory map will automatically be updated.\n\nYou may find SVD file sources in the following table:\n\n| Manufacturer  | URL                                                                 | Notes                    |\n| :------------ | :------------------------------------------------------------------ | :----------------------- |\n| CMSIS SVD Org | https://github.com/cmsis-svd/cmsis-svd-data                         | An extensive collection! |\n| Espressif     | https://github.com/espressif/svd                                    | Quite outdated...        |\n| ESP Packs     | https://github.com/esp-rs/esp-pacs                                  | Community. Up to date!   |\n| ST            | https://github.com/modm-io/cmsis-svd-stm32                          |                          |\n| ST            | https://github.com/morbos/STM32                                     |                          |\n| NXP           | https://github.com/Masmiseim36/nxpSDK/tree/master/devices           | May have XML extension   |\n| NXP           | https://mcuxpresso.nxp.com/en/welcome                               | May have XML extension   |\n| Various/ARM   | https://www.keil.arm.com/devices/                                   |                          |\n| Various/ARM   | https://github.com/ARM-software/CMSIS_4/tree/master/Device/ARM/SVD  |                          |\n| Various/ARM   | https://github.com/ARM-software/CMSIS_5/tree/develop/Device/ARM/SVD |                          |\n| Various/ARM   | https://github.com/ARM-software/Cortex_DFP/tree/main/SVD            |                          |\n\n## Development\n\nFor development instructions checkout [doc/Develop.md](doc/Develop.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniovazquezblanco%2Fghidrasvd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoniovazquezblanco%2Fghidrasvd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniovazquezblanco%2Fghidrasvd/lists"}