Add "hex" into "Loadable files" filter to highlight support for loading hex filex.

This commit is contained in:
Anton Fedorov 2024-05-14 21:51:51 +02:00 committed by GitHub
parent 9911db9828
commit 45a67b6d80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ public class ImporterUtilities {
* TODO: will be refactored to use file_extension_icon.xml file info.
*/
public static final GhidraFileFilter LOADABLE_FILES_FILTER = ExtensionFileFilter.forExtensions(
"Loadable files", "exe", "dll", "obj", "drv", "bin", "o", "a", "so", "class", "lib");
"Loadable files", "exe", "dll", "obj", "drv", "bin", "hex", "o", "a", "so", "class", "lib");
/**
* File extension filter for well known 'container' files for GhidraFileChoosers.