parsefat

所属分类:磁盘编程
开发工具:C
文件大小:6KB
下载次数:0
上传日期:2018-04-13 09:44:17
上 传 者sh-1993
说明:  FAT32图像分析器。
(FAT32 image parser.)

文件列表:
CMakeLists.txt (313, 2017-05-03)
main.c (10065, 2017-05-03)
output.txt (11280, 2017-05-03)

Parsefat -------- The `parsefat` program parses the FAT32 image file and prints the file and directory tree. The sample output of the program can be found [here](https://github.com/COKPOWEHEU/parsefat/blob/master/output.txt). ### Tested on * Ubuntu 16.04.4 LTS * GCC 5.4.0 * GLIBC 2.23 * CMake 3.5.1 ### How to build and run the program 1. Install CMake sudo apt install cmake 1. Build the project mkdir build cd build cmake .. make 1. Run the example ./parsefat disk.img

近期下载者

相关文件


收藏者