diff options
| author | Mason Reed <mason@vector35.com> | 2026-03-26 13:28:40 -0700 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2026-03-26 13:28:40 -0700 |
| commit | 0789f70c4a7496cf23672011cdb5bf5b8a5738c6 (patch) | |
| tree | 28d63d8004cc2ba0b772df16bce96ec435fb946b /docs/guide/migration/migrationguideida.md | |
| parent | c5500f2063ebae5ed32b2cf54e1be51fb56b6bdc (diff) | |
[IDB Import] Update documentation
Diffstat (limited to 'docs/guide/migration/migrationguideida.md')
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index a0f39412..083d545e 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -21,13 +21,16 @@ Importing IDA IDB (`.idb`) and TIL (`.til`) files into Binary Ninja allows you t There are two ways through the UI to import IDB and TIL files: -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`). -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. +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`). +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. The following data will be imported: - Function information (name, comments, function type) - Type information +- Section information +- Data variables +- Symbols ## Keybindings |
