You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: