bootleg / ret-sync

ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
GNU General Public License v3.0
2.02k stars 257 forks source link

[ext_bn] bc logic on binaryninja was reversed #78

Closed elbiazo closed 3 years ago

elbiazo commented 3 years ago

bc on command will turn highlight off while bc off will turn the highlight on. Due to this, highlight by default was always on.

bootleg commented 3 years ago

Good catch, thank you @elbiazo !