ignore blog posts in search

This commit is contained in:
oxeo0 2025-05-07 20:09:09 +02:00
parent 0c2f5800bd
commit 4d81bfb2cb
228 changed files with 912 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
search:
exclude: true
---
# Ghidra
Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms including Windows, macOS, and Linux. Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes.