ret-sync icon indicating copy to clipboard operation
ret-sync copied to clipboard

EXT_BN few observations

Open ethergrouik opened this issue 3 years ago • 0 comments

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

ethergrouik avatar Dec 31 '22 09:12 ethergrouik