Replies: 2 comments 19 replies
-
I expected there to be something in the "Get Info" dialog, but it looks like there is not. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Does your file system use the same type string as another gfilesystem? I would recommend against that. |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a
GFileSystem
class that overlaps with one that is built-in to Ghidra. Ghidra thankfully gives me the option when I select the option to open a file as a File System. However, the GUI then gives no further indication of my selection. A File Browser window using the built-inGFileSystem
class looks basically identical to one using mine. The titlebar merely indicates the name of the file that was opened and the tool that it was opened from.GFileSystem
does have agetName()
method, is it possible to make this appear in the titlebar or elsewhere?Beta Was this translation helpful? Give feedback.
All reactions