Terminology Index
Glossary
33 terms starting with "G"
Showing 1-32 of 33 terms
Ghidra Workflow
The process of using Ghidra, a free reverse-engineering tool, to analyze a malware binary, loading the sample, navigating its disassembly and decompiled code, and annotating findings to understand how the malware works.
Ghidra is a widely used reverse-engineering suite, and a Ghidra workflow is the methodical way an analyst drives it: importing and auto-analyzing a binary, reading its decompiled functions, following call flows, identifying key behaviors and indicators, and labeling and commenting as understanding builds. It is central to static malware analysis, letting an analyst understand a sample's capabilities without running it, complementing dynamic analysis.
Introduced in: Applied Malware Analysis for Defenders
Examples
- Loading a malware sample into Ghidra and reviewing its decompiled functions.
- Following call flows in Ghidra to find a sample's command-and-control logic.
- Annotating functions as their purpose becomes clear during analysis.
No related terms linked yet.
