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
(This sort of crosses the line between bug and feature, though)
Describe the bug
Filesystem providers whose factories do not implement GFileSystemProbeBytesOnly or GFileSystemProbeByteProvider are not considered when opening a filesystem via 'File > Open File System...'.
To Reproduce
Steps to reproduce the behavior:
Create an empty filesystem whose factory implements neither GFileSystemProbeBytesOnly nor GFileSystemProbeByteProvider and make it available to Ghidra.
Open a filesystem via 'File > Open File System...'
An error message says no filesystem provider for the file is available.
Expected behavior
If the probing providers give up, there should be a way to pick a fallback filesystem.
Environment (please complete the following information):
Additional context
In cases where a custom filesystem with no particular header or other identifying characteristics to write a probe for, there is no chance for the filesystem to be traversed even if a filesystem provider is available.
I've written a proto-PR to work around that issue - which I'm having now: agatti@7bf3a0e. I'm willing to clean it up and submit it as a full-fledged PR if it's OK with you folks, but maybe you may have other ideas...
The text was updated successfully, but these errors were encountered:
I currently hit this for virtually all binaries and for the mean time you can archive your binary into a tarball, open it in Ghidra, and then import the binary file from with the tarball as a workaround.
hello everyone. i have the same problem. when i try to import a binary into ghidra, it say me ' no filesytem provide for this file'. i don't know how to solve it. please someone to help me
(This sort of crosses the line between bug and feature, though)
Describe the bug
Filesystem providers whose factories do not implement GFileSystemProbeBytesOnly or GFileSystemProbeByteProvider are not considered when opening a filesystem via 'File > Open File System...'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the probing providers give up, there should be a way to pick a fallback filesystem.
Environment (please complete the following information):
Additional context
In cases where a custom filesystem with no particular header or other identifying characteristics to write a probe for, there is no chance for the filesystem to be traversed even if a filesystem provider is available.
I've written a proto-PR to work around that issue - which I'm having now: agatti@7bf3a0e. I'm willing to clean it up and submit it as a full-fledged PR if it's OK with you folks, but maybe you may have other ideas...
The text was updated successfully, but these errors were encountered: