Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 971 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 971 Bytes

SVD-Loader for IDA and Ghidra

For more information, read our blog post.

Installation

Simply add the checked-out Git repository to your Ghidra-Scripts search paths.

Usage

Ghidra : - The script can be found in the leveldown security folder in Ghidra's Script Manager. More info here. IDA : - Launch SVD-Loader-IDA.py

Getting SVDs

Credits

The cmsis-svd code is a fork from Posborne's cmsis-svd, ported to work on Ghidra's Jython. Without this library this script could not exist!

Licensing

The code in cmsis_svd/ is licensed under the Apache License v2.0, the same as the 'upstream' cmsis-svd. The SVD-Loader itself is licensed under GPLv3.