Skip to content

Allow Batch Import dialog users to select which file system to use. #7998

Open
@nmggithub

Description

@nmggithub

Is your feature request related to a problem? Please describe.
When importing a filesystem, Ghidra allows the user to open it in the File System dialog, or to immediately open the Batch Import dialog. The former allows for the user to select the intended FileSystem class, the latter does not.

Describe the solution you'd like
The Batch Import dialog should allow users to select the intended FileSystem class.

Describe alternatives you've considered
N/A

Additional context
This appears to be the problem line:

try (FileSystemRef fsRef = fsService.probeFileForFilesystem(fsrl, taskMonitor,
FileSystemProbeConflictResolver.CHOOSEFIRST)) {

FileSystemProbeConflictResolver.CHOOSEFIRST should be FileSystemProbeConflictResolver.GUI_PICKER.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions