From faee641554de77a9ab002780c533dbe6496eee8c Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Sat, 7 Feb 2026 12:26:37 -0500 Subject: Ghidra export docs --- docs/guide/migration/ghidra/ghidraexport.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/guide/migration/ghidra/ghidraexport.md (limited to 'docs/guide/migration/ghidra/ghidraexport.md') diff --git a/docs/guide/migration/ghidra/ghidraexport.md b/docs/guide/migration/ghidra/ghidraexport.md new file mode 100644 index 00000000..d1895059 --- /dev/null +++ b/docs/guide/migration/ghidra/ghidraexport.md @@ -0,0 +1,14 @@ +# Ghidra Export + +Currently, the following categories of analysis information can be exported to Ghidra: + +- Bookmarks +- Comments +- Data variables +- Functions +- Symbols +- Types + +## Exporting data + +`Plugins > Ghidra > Export View...` allows exporting an existing Binary View to a packed Ghidra database (.gzf). This can then be imported into an existing Ghidra project just like any other file. -- cgit v1.3.1