We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c4961 commit 20c7d30Copy full SHA for 20c7d30
1 file changed
docs/source/advanced/children.rst
@@ -6,8 +6,8 @@ target contains a ``.vmdk`` file within itself, we can tell ``dissect.target`` t
6
context of the first target. This can be useful when dealing with hypervisors.
7
8
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
+in ``ProgramData/Microsoft/Windows/Hyper-V/data.vmcx`` which tells us where all of the virtual machines are stored.
+We can then use these paths and tell ``dissect.target`` to load another target from there. Reading all of these
11
files will still happen from ``\\.\PhysicalDrive0``, passing through the various abstraction layers of ``dissect.target``.
12
This allows Dissect to read the disks from running virtual machines, regardless of locks the operating has on these files.
13
0 commit comments