ret-sync
ret-sync copied to clipboard
EXT_BN few observations
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