Skip to content

Migrating from IDA

Starting Binary Ninja

Binary Ninja starts with the New Tab Page open. From here, you can optionally start a project to work with multiple files, create new files to paste in data, or just open existing files (including drag-and-drop!).

Decompiler Settings

Binary Ninja likes to stay out of your way as much as possible, but sometimes you need to dig into the settings and change how a file is analyzed. If you have a file that can be opened with default settings, you won't get prompted for any additional input. Binary Ninja will automatically analyze the entire file — including running linear sweep — and provide you with linear decompilation for the whole file (like IDA's linear disassembly, but as decomp by default).

If you're opening a Universal Mach-O, the Open with Options dialogue will appear so that you can choose which architecture to open (in the top right). If you have a default architecture you want to open whenever you open a universal binary, you can set your preference in a setting called Universal Mach-O Architecture Preference. You'll also see the Open with Options dialogue when Binary Ninja is unable to recognize the file type or otherwise needs user input to analyze the file (can't find the entry point, needs you to provide some memory mappings, etc).

It's worth digging into Binary Ninja's settings and seeing what's available to tune, but if you ever want to change a setting for a single binary, you can Open (it) with Options. Go to File -> Open with Options, and any settings you change will apply to only that file.

Keybindings

Most of the keybindings you're used to are the same. Any "actions" (renaming, setting types, opening cross-references, etc) you might want to perform can be found in the command palette, which will save you from digging through unfamiliar right-click menus and help you learn any new keybindings. You can even add your own actions with ease. All actions can have their keybinding set, changed, or removed in the keybindings menu.

Some major exceptions are:

  • Save is [CTRL/⌘-S].
  • All our find options are under [CTRL/⌘-F].
  • The "subviews" keybindings are:
    • T for Types
    • H to toggle to/from Hex View
    • [TAB] to toggle to/from disassembly

Theme

We like our dark themes, but understand they're not for everyone. We have an expansive list of community themes, and a guide and a blog post on how to make your own. The built-in "Classic" theme should feel nostalgic, but if you're looking for a light theme that's slightly easier on the eyes, try out Summer or Solarized Light.

Layout

Binary Ninja's layout is very similar to what you're used to in IDA, but there's one setting you might want to change and a handful of improvements to look out for as well.

Feature Map

If you want the feature map back to where you're used to, right-click it, find "Feature Map Location" and change it to the top. That said, take notice that Binary Ninja's feature map is 2d: both directions you move your cursor changes the address in Binary Ninja. The exact number of bytes that fit across the width of the feature map scales to the size of the binary. You can disable this in the right-click menu by selecting "Linear Feature Map."

We also have an entropy map, if you need it, but it's tucked away in triage view.

Our sidebars have a whole host of customization options, so make sure to check out their dedicated docs to maximize your workflow.

Main Area

Binary Ninja shows you linear decompilation by default for the whole binary. However, some people strongly prefer the "single function at a time" workflow, so we made an option for that too. Find the small hamburger menu (the three line pop-out menu) in the top right of your view and select “Single Function View.”

Check out the tiling panes docs for more information.

What You'll Love

...about switching to Binary Ninja! We know leaving your old tool behind can be hard, and there will be things you miss, but we think there are a lot of features packed into Binary Ninja that you'll love. Here are a couple we think you'll appreciate:


Don't forget to check out our additional resources!