@@ -69,10 +69,6 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
6969 - Interpret the local system inside Dissect.
7070 -
7171 - :class: `local <dissect.target.loaders.local.LocalLoader> `
72- * - Log
73- - Target specific log files. Can only be used directly with ``cb:// `` or ``-L log ``.
74- -
75- - :class: `log <dissect.target.loaders.log.LogLoader> `
7672 * - MQTT
7773 - MQTT broker. Can only be used directly with ``mqtt:// `` or ``-L mqtt ``.
7874 -
@@ -93,10 +89,6 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
9389 - Open Virtualization Format (OVF) files.
9490 - ``.ovf ``
9591 - :class: `ovf <dissect.target.loaders.ovf.OvfLoader> `
96- * - Phobos
97- - Phobos Ransomware files.
98- - ``.eight ``
99- - :class: `phobos <dissect.target.loaders.phobos.PhobosLoader> `
10092 * - Proxmox
10193 - Proxmox VM configuration files.
10294 - ``.conf ``
@@ -143,10 +135,6 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
143135 - UTM virtual machine files.
144136 - ``*.utm/ `` directory.
145137 - :class: `utm <dissect.target.loaders.utm.UtmLoader> `
146- * - VB
147- - Construct a target from files created by RawCopy
148- -
149- - :class: `vb <dissect.target.loaders.vb.VBLoader> `
150138 * - Virtual Box
151139 - Oracle VirtualBox files.
152140 - ``.vbox ``
@@ -394,8 +382,6 @@ Below is a list of supported operating systems that Dissect can detect.
394382
395383 * - Operating System
396384 - API
397- * - RES
398- - :class: `here <dissect.target.loaders.res.ResOSPlugin> `
399385 * - Windows
400386 - :class: `here <dissect.target.plugins.os.windows._os.WindowsPlugin> `
401387 * - Unix
0 commit comments