Skip to content

Commit 914cc47

Browse files
committed
Add suggestion
1 parent 05564cb commit 914cc47

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/source/supported-targets.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,8 @@ These can be virtual machine files, forensic containers or a hard disk itself.
178178

179179
For a deeper understanding on how containers work, see :doc:`containers <advanced/containers>`.
180180

181-
Dissect has two methods to find the appropriate container automatically.
182-
The first one is based on the file extension, while the other is based on a magic value inside the file.
183-
184-
As an example, the qcow2 container gets selected if the file extension is `.qcow2` or if the first bytes of the file are b"QFI\xfb".
181+
Dissect can select the appropriate container automatically based on either the file extension or file magic.
182+
For example, the QCOW2 container gets selected if the file extension is ``.qcow2`` or if the first bytes of the file are ``b"QFI\xfb"``.
185183

186184
The table below lists the supported container formats.
187185

0 commit comments

Comments
 (0)