Version and Platform (required):
- Binary Ninja Version: 4.1.5746
- OS: Ubuntu
- OS Version: 24.04
- CPU Architecture: x64
Bug Description:
I can use xdg-open to open files in my current Binary Ninja, but if I use the Restart Binary Ninja menu action, it no longer works and spawns a new Binary Ninja instead of using the running one.
Steps To Reproduce:
- Open binja
- Open a terminal
- In the terminal,
xdg-open "binaryninja:/bin/ls"
- See it opens properly in binja
- In binja, use Restart Binary Ninja
- Back to the terminal, run that command again
- Observe it didn't use the running binja and has spawned a second one
Expected Behavior:
I expected the url handler to always find the running copy of binja
Version and Platform (required):
Bug Description:
I can use
xdg-opento open files in my current Binary Ninja, but if I use the Restart Binary Ninja menu action, it no longer works and spawns a new Binary Ninja instead of using the running one.Steps To Reproduce:
xdg-open "binaryninja:/bin/ls"Expected Behavior:
I expected the url handler to always find the running copy of binja