diff options
Diffstat (limited to 'docs/guide/migration/ghidra/ghidraexport.md')
| -rw-r--r-- | docs/guide/migration/ghidra/ghidraexport.md | 14 |
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. |
