Skip to content

Commit 20c7d30

Browse files
Improvements
1 parent 52c4961 commit 20c7d30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/advanced/children.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ target contains a ``.vmdk`` file within itself, we can tell ``dissect.target`` t
66
context of the first target. This can be useful when dealing with hypervisors.
77

88
Say, for example, we opened a Hyper-V target locally from ``\\.\PhysicalDrive0``, we can parse the metadata
9-
in ``ProgramData/Microsoft/Windows/Hyper-V/data.vmcx`` that tells us where all of the virtual machines are stored.
10-
Then we can then use these paths and tell ``dissect.target`` to load another target from there. Reading all of these
9+
in ``ProgramData/Microsoft/Windows/Hyper-V/data.vmcx`` which tells us where all of the virtual machines are stored.
10+
We can then use these paths and tell ``dissect.target`` to load another target from there. Reading all of these
1111
files will still happen from ``\\.\PhysicalDrive0``, passing through the various abstraction layers of ``dissect.target``.
1212
This allows Dissect to read the disks from running virtual machines, regardless of locks the operating has on these files.
1313

0 commit comments

Comments
 (0)