Erik Schamper

Results 158 comments of Erik Schamper

Some concerns I can currently think of: - The poll editor currently only supports a single poll per post. It attempts to parse any poll markup in a post so...

Thanks for reporting this. This is indeed something that could be improved. Note that this will not cause any problems when investigating with `dissect.target` (`target-query` etc) since it will recognize...

I haven't tested on ESXi yet, so I also didn't expect it to work out of the box. I don't have the time to work on this myself right now,...

Looks like we set this to `sys.argv[0]` in our own variant. I expect that some patching will be required in order to run PyOxidizer on ESXi. We can probably host...

I have not extensively tested this yet, but I believe this should work too: https://github.com/fox-it/PyOxidizer/commit/8a0a13ca50c24bc1dd45ec9fd23e2b89dd45a273

Apologies for the long delay, a lot got in the way :wink:. Hope we can collaborate fruitfully to get this merged quickly. I didn't want to push to the branch...

I'm still a little bit torn on the keyprovider thing. I don't think it's reasonable to implement a proper solution in this PR, so I'm willing to have a temporary...

I've made a few changes, let me know if those work for you @JSCU-CNI. Unfortunately `target-query -l` is horribly broken with these changes, but that's because that code is littered...

> That looks like a neat solution, thanks. I guess we can update the namespaces to `dpapi.keyprovider.*` once nested namespaces are fixed? Yes. > Is that blocking for now? I...

The `DirectoryFilesystem` doesn't do any mapping, so any customization in lookup can be done dynamically at lookup time: https://github.com/fox-it/dissect.target/blob/94cd431d0c33a3f940670f510683486b9538498d/dissect/target/filesystems/dir.py#L30-L55