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
37 stars 41 forks source link

Separate mapping of filesystem entries in ZipFilesystem into another method #707

Open Schamper opened 1 month ago

Schamper commented 1 month ago

Currently it's done from within __init__, but there are some cases where you may want to subtly tweak how filesystem entries are mapped. The logic should be separated out into another method(s) so that subclasses may customize the behaviour.