diff options
author | Mürsel Türk | 2022-08-26 12:23:27 +0200 |
---|---|---|
committer | Mürsel Türk | 2022-08-26 12:45:53 +0200 |
commit | 2c1bb092b3799aa188f42ac1c3146e55993cc979 (patch) | |
tree | 0fe23a7e3c9058a77bef4ea44b8f6c1b6bc145d7 | |
parent | Fix regex for windows images (diff) | |
download | vm-inspector-2c1bb092b3799aa188f42ac1c3146e55993cc979.tar.gz vm-inspector-2c1bb092b3799aa188f42ac1c3146e55993cc979.tar.xz vm-inspector-2c1bb092b3799aa188f42ac1c3146e55993cc979.zip |
Add usage of the tool
-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 |