Martyx00 / ghinja

Plugin to embed Ghidra Decompiler into Binary Ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX: Welcome dialog 'open file' is without the title

trib0r3 opened this issue · comments

Hello,

After installation the open file dialog is popping up. Unfortunately on OSX it don't have any title, so it is not clear what file should be picked without checking it in the source code.

My suggestion is to replace the open file window with message box asking the user to set correct path for ghidra headless in settings

Hmm, I don't have any official way to test things on OSX so thanks for that! I will think of something that will be appropriate for all platforms.

I have updated the code to always show a message box prompt that will notify user that the following file chooser dialog is actually asking for a path to analyzeHeadless (2f41be3). Thanks for spotting this!