solemnwarning / rehex

Reverse Engineers' Hex Editor
https://rehex.solemnwarning.net/
GNU General Public License v2.0
2.3k stars 113 forks source link

Opening a file using a relative path when rehex is already running doesn't work #237

Closed solemnwarning closed 2 months ago

solemnwarning commented 2 months ago

rehex file.foo doesn't work when there is already an instance running, as it tries opening the relative path from the working directory of the first instance - need to canonicalise the path before passing over the IPC channel.