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.04k stars 262 forks source link

EXT_BN few observations #100

Open ethergrouik opened 1 year ago

ethergrouik commented 1 year ago

Hello, thanks a lot for your plugin (Binary Ninja/X64Dbg)

EXT_BN/init.py There are some warning while Binary Ninja loads the plugin. Could you replace Qt.ALT + Qt.Key_S by Qt.ALT | Qt.Key_S please?

EXT_BN/sync.py 723: if not self.base_remote: rs_log(f"{cmd} failed, remote base of {self.current_pgm} program unknown") return I think it should be bp_cmd in place of cmd.

Regards, Nounou