Skip to content

Commit 927647e

Browse files
authored
Update README.md
1 parent 55d7a46 commit 927647e

1 file changed

Lines changed: 69 additions & 1 deletion

File tree

README.md

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,70 @@
11
# Ext4Explorer
2-
This is a ext4 file explorer
2+
3+
Ext4Explorer is a Windows desktop application for exploring and managing Ext4 file systems.
4+
It supports reading Ext4 partitions from physical disks or disk image files.
5+
6+
---
7+
8+
## Features
9+
10+
- Browse Ext4 partitions on physical drives or disk images
11+
- View partition details and properties
12+
- Support for MBR and GPT partition tables
13+
- Simple, user-friendly Windows Forms interface
14+
15+
---
16+
17+
## Screenshot
18+
19+
![Ext4Explorer Screenshot](Screenshots/main.png)
20+
![Ext4Explorer Screenshot](Screenshots/file.png)
21+
---
22+
23+
## Requirements
24+
25+
- Windows 10 or later
26+
- .NET 6.0 Runtime
27+
- x86 platform (configured in project)
28+
29+
---
30+
31+
## Building from Source
32+
33+
1. Clone the repository
34+
2. Open the solution in Visual Studio 2022 or later
35+
3. Restore NuGet packages
36+
4. Build the solution targeting Release
37+
5. The output will be in the `bin\Release` folder
38+
39+
---
40+
41+
## Usage
42+
43+
- Run the executable
44+
- Choose to load partitions from a disk image file or a physical disk
45+
- Select a partition to explore
46+
47+
---
48+
49+
## Dependencies
50+
51+
- [SharpExt4](https://github.com/nickdu088/SharpExt4) (included as DLLs)
52+
- System.Management (Windows-only)
53+
54+
---
55+
56+
## Contributing
57+
58+
Feel free to submit issues or pull requests.
59+
Please follow standard coding conventions and document your changes.
60+
61+
---
62+
63+
## License
64+
65+
[MIT License](LICENSE)
66+
67+
---
68+
69+
## Contact
70+
Project Link: https://github.com/nickdu088/Ext4Explorer

0 commit comments

Comments
 (0)