Becavalier / vhd-reader

A tool for reading meta information of a VHD file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vhd-reader

A tool for reading meta information of a VHD file, this is only able to use for fixed size hard disk image.

Build

clang++ main.cc -std=c++11 -o ./main

Use

./main *.vhd

About

A tool for reading meta information of a VHD file.

License:MIT License


Languages

Language:C++ 100.0%