🇺🇸 English | 🇨🇳 简体中文
QFSViewer is a small tool for developers to view the contents of various file system raw image files, which does not rely on the operating system mounting, does not require permission requests, and is completed entirely within the software application. Based on this feature, the tool can easily run on windows/linux/macos, and even other embedded systems. The tool is based on Qt, some code comes from other open source projects, the project fully complies with their corresponding open source agreements, attached at the end of the reference, hereby thanks. The tool interface is simple and clear, easy to operate, the main interface is as follows:
- Select the path where the file system raw image file to be opened is located.
- Click the confirm button to complete the loading and display the file system contents.
- Right click on the file to export the file.
- Right-click the file/directory, we can import files, create a new directory, delete a directory (these functions are experimental, because the original image file may be destroyed, please make sure to back it up before use).
Currently supported formats include:
jffs2\fat12\fat16\fat32\exfat\ext4\ext3\ext2
If you have suggestions or ideas for this project, please submit issues and pull requests on GitHub or Gitee.
The current project is recommended to use version Qt6.5.0 or higher.