summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-02-09 13:42:20 -0500
committerJordan Wiens <github@psifertex.com>2026-02-09 13:42:20 -0500
commit4defe15c7318d09143c1132dd8a683815ba0bb25 (patch)
treed02e95667d36f0fe58286221ced96f341e9ccaf5 /docs
parentfaee641554de77a9ab002780c533dbe6496eee8c (diff)
small tweaks to ghidra import docs, sort items to match exporrt and add link to ghidra docs on importing
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/migration/ghidra/ghidraexport.md4
-rw-r--r--docs/guide/migration/ghidra/ghidraimport.md9
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/guide/migration/ghidra/ghidraexport.md b/docs/guide/migration/ghidra/ghidraexport.md
index d1895059..a95f7cd5 100644
--- a/docs/guide/migration/ghidra/ghidraexport.md
+++ b/docs/guide/migration/ghidra/ghidraexport.md
@@ -12,3 +12,7 @@ Currently, the following categories of analysis information can be exported to G
## 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.
+
+## Importing into Ghidra
+
+Use the [File Import](https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/Base/src/main/help/help/topics/ImporterPlugin/importer.htm) functionality built into ghidra to add the exported .gzf.
diff --git a/docs/guide/migration/ghidra/ghidraimport.md b/docs/guide/migration/ghidra/ghidraimport.md
index 496cd873..b08bf256 100644
--- a/docs/guide/migration/ghidra/ghidraimport.md
+++ b/docs/guide/migration/ghidra/ghidraimport.md
@@ -2,14 +2,15 @@
Currently, the following categories of analysis information can be imported from Ghidra files:
-- Types
-- Memory map
+- Bookmarks
+- Comments
- Data variables
- Functions
-- Comments
-- Bookmarks
+- Memory map
+- Types
## Importing data
+
### Import to a new file
`Plugins > Ghidra > Open Database...` allows you to select a Ghidra file to open as a binary view in Binary Ninja. You are able to select a single `.gbf`/`.gzf` file or project file from a `.gpr`.