Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (12 loc) · 1.29 KB

Ghidra Device Tree Blob

Build

Import Device Tree Information onto your Ghidra memory map. This is usefull when reversing firmware from propietary devices that do not publish SVD files.

If you have SVD files for your device, I recommend you try GhidraSVD.

Installing

This extension is available for installation via the Ghidra Extension Manager.

You may also install this extension by going to the releases page and downloading the latest version for your Ghidra distribution. In order to install from the release, in Ghidra main window go to File > Install extensions.... In the new window press the + icon to import the downloaded zip.

Usage

In a CodeBrowser window press File > Import DTB....

A file dialog will allow you to select your device tree file and import it. Memory map will automatically be updated.

Development

For development instructions checkout doc/Develop.md.