Erik Schamper

Results 158 comments of Erik Schamper

Thanks for bringing this up! I've created an accompanying ticket for acquire as well: https://github.com/fox-it/acquire/issues/178

What about this? This also _finally_ fixes the problem that if you run the local loader with the incorrect permissions, it will wrongly select FreeBSD as the OS with `/proc`...

Thanks - this is also already covered by my own refactor of the plugin system internals, so don't be sad if this PR will be rejected 😉. I've been sick...

> I noticed `plugins/general/example.py` and `plugins/os/unix/packagemanager.py` still have a `__findable__` property, which is now no longer needed. Fixed package manager but we still don't want the example plugin to findable....

> Additionally could `FunctionDescriptor.record` be populated with `__record__` as discussed in #759? This is not possible since we can't serialise the record descriptor, so it would just be a string....

And otherwise https://github.com/fox-it/dissect.target/pull/1007 hopefully improves on that 😄

Since the log loader will be deprecated soon and the long term plan is to separate the parser from the plugin (GitHub issue number still pending it seems), I'm closing...

This could perhaps fit nicely with the idea proposed here: https://github.com/fox-it/dissect.target/pull/399#issuecomment-1736346892 Specifically for registry hives we would need to add a little bit of heuristic checks to figure out which...

I probably know why this is happening. As part of loading an ESXi system, the "filesystem" is rebuild and mapped into a "root" filesystem layer. But this layer is not...

@mnrkbys as a temporary workaround, you could use the following Python script (modified to the output of your liking): ```python import sys from dissect.target import Target t = Target.open(sys.argv[1]) for...