Short blogpost about viewing 2 binary views (ghidra-like) in BinaryNinja

Probably not everyone is aware, but it is possible to enable Ghidra-like mode which will show 2 synchronised binary representations of the same piece if binary, so: assembly and HLIL (decompiled output).

pic

Settings

pic

By default reflection view will sync the IL, so you shoud disable it in the settings.

HINT: Search for “reflection” in Settings to find all settings related to this feature.

How to enable

  1. Open View > Native Docks > Show Reflection
  2. Take this window and snap it into convinient for you location
  3. Change the active IL view by selecting it in the list in the upper-right corner or by pressing I on keyboard.