diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ # vmdk-inspector A (work-in-progress) Tool for examining a VMDK disk image to determine which operating system and applications it contains. + +## Usage +To inspect a VMDK disk image: +``` +python3 inspect.py foo.vmdk +``` +or +``` +./inspect.py foo.vmdk +```
\ No newline at end of file |