summaryrefslogtreecommitdiff
path: root/docs/guide/migration/ghidra/ghidraexport.md
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2026-02-07 12:26:37 -0500
committerJosh Ferrell <josh@vector35.com>2026-02-07 12:43:05 -0500
commitfaee641554de77a9ab002780c533dbe6496eee8c (patch)
treec8c81278c2727b90e3e5101d7d9dfb71e804b37b /docs/guide/migration/ghidra/ghidraexport.md
parent456f3c48002abc0c2265363c50913e96e2f629d6 (diff)
Ghidra export docs
Diffstat (limited to 'docs/guide/migration/ghidra/ghidraexport.md')
-rw-r--r--docs/guide/migration/ghidra/ghidraexport.md14
1 files changed, 14 insertions, 0 deletions
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.