twiggler
twiggler
https://github.com/fox-it/dissect.target/blob/dc77a61aa9f67f7e84f92d21ec6abfd222c6238c/dissect/target/plugins/apps/productivity/msoffice.py#L255 We should guard that `dll_str` is not none
[This regular expression](https://github.com/fox-it/dissect.target/blob/dc77a61aa9f67f7e84f92d21ec6abfd222c6238c/dissect/target/plugins/os/windows/wua_history.py#L1067) gives a `TypeError: can't use a string pattern on a bytes-like object` Double check that the `value` is a string
## Introduction The current implementation of NamespacePlugin has a couple of problems. Firstly, its name is confusing; how does it compare and contrast with the class attribute `__namespace__`? Secondly, it...
### Introduction Currently, the dissect project is split over thirty-something repositories. The disadvantages of this are: 1. Cross-project refactoring and features are very cumbersome, involving PRs on multiple respositories. 2....
Add an option `--diagnostics ` to acquire which collects troubleshooting information about the host
Companion to https://github.com/fox-it/dissect.target/pull/1207