From 0789f70c4a7496cf23672011cdb5bf5b8a5738c6 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 26 Mar 2026 13:28:40 -0700 Subject: [IDB Import] Update documentation --- docs/guide/migration/migrationguideida.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.3.1