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.
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.
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