Skip to content

craftslab/fsexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsexplorer

License Tag

Introduction

fsexplorer is a file system explorer written in C/C++.

  • View/Read Ext2/Ext3/Ext4 image
  • View/Read FAT32 image
  • Support sparse/unsparse image

Prerequisites

  • Qt >= 5.2

Build

cd fs-explorer
qmake
make && make install

License

Project License can be found here.

Reference