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
38 stars 43 forks source link

Iterate through all directories inside the recycle.bin folder #638

Open DissectBot opened 4 months ago

DissectBot commented 4 months ago

Currently, the recycle.bin plugin iterates through all the folders until it finds a $I prefix of a directory or file. Indicating some meta data and that the deleted directory is inside the same folder with a $R prefix.

However, some files with $R prefixes that are directories with their own file inside, which are not returned by the recyclebin plugin. These files should also be returned by the recyclebin plugin.