Quantcast
Channel: stardot.org.uk
Viewing all articles
Browse latest Browse all 2988

programming • Re: Ghidra reverse engineering tool

$
0
0
I've actually used Ghidra to disassemble, document, and label the Electron OS ROM, and found it very useful. You can easily assign labels to addresses, which then show up throughout the disassembly.

One of its neat tricks is that you can define your own data types, such as structures with named fields. As it also attempts to track the contents of the registers, it can then tell you what field e.g. an LDA &nnnn,X is referencing, provided you tell it address &nnnn contains a particular structure.

It's worth learning the keyboard shortcuts for smoother sailing.

Statistics: Posted by haerfest — Sat May 10, 2025 10:53 pm



Viewing all articles
Browse latest Browse all 2988

Trending Articles