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).
Settings
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
- Open View > Native Docks > Show Reflection
- Take this window and snap it into convinient for you location
- Change the active IL view by selecting it in the list in the upper-right corner or by pressing
I
on keyboard.