Skip to content

Commit 0789f70

Browse files
committed
[IDB Import] Update documentation
1 parent c5500f2 commit 0789f70

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/guide/migration/migrationguideida.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ Importing IDA IDB (`.idb`) and TIL (`.til`) files into Binary Ninja allows you t
2121

2222
There are two ways through the UI to import IDB and TIL files:
2323

24-
1. Prior to opening the binary, selecting _Open with Options_, allows you to set the IDB file you want to import with the _External Debug Info File_ setting (`analysis.debugInfo.external`).
25-
2. After opening a binary, selecting _Import Debug Info from External File_ (`Analysis\\Import Debug Info from External File...`) allows you to apply IDB/TIL files after analysis has already started.
24+
1. Prior to opening the binary, selecting _Open with Options_, allows you to set the IDB file you want to import with the _IDB File_ setting (`analysis.idb.autoLoadFile`).
25+
2. After opening a binary, selecting _Load IDB File_ (`Plugins\\Load IDB File`) allows you to apply IDB/TIL files after analysis has already started.
2626

2727
The following data will be imported:
2828

2929
- Function information (name, comments, function type)
3030
- Type information
31+
- Section information
32+
- Data variables
33+
- Symbols
3134

3235
## Keybindings
3336

0 commit comments

Comments
 (0)