fox-it / dissect.target

The Dissect module tying all other Dissect modules together. It provides a programming API and command line tools which allow easy access to various data sources inside disk images or file collections (a.k.a. targets).
GNU Affero General Public License v3.0
44 stars 44 forks source link

Transform PhobosLoader to a Scrape loader #608

Open DissectBot opened 6 months ago

DissectBot commented 6 months ago

There is nothing specifically Phobos about the Phobos loader. The file extension it is checking on is just one of many possibilities. The rest of the loader is just generic scarping for extfs/NTFS.

It can easily be transformed to a generic Scrape loader. It looks like it then could become part of the fallback loaders. We need to discuss a bit about where in the order of (fallback) loaders to put it.