Computer Network Investigation

Results 82 comments of Computer Network Investigation

Closing this in favor of https://github.com/fox-it/dissect.target/pull/763.

Would it be possible to add registered arguments to `generate_functions_json`? ```diff diff --git a/dissect/target/plugins/general/plugins.py b/dissect/target/plugins/general/plugins.py index 334830b..6dd5ed9 100644 --- a/dissect/target/plugins/general/plugins.py +++ b/dissect/target/plugins/general/plugins.py @@ -59,14 +59,25 @@ def generate_functions_json(functions: list[plugin.FunctionDescriptor] |...

Additionally could `FunctionDescriptor.record` be populated with `__record__` as discussed in #759?

> > Additionally could FunctionDescriptor.record be populated with __record__ as discussed in https://github.com/fox-it/dissect.target/pull/759? > > This is not possible since we can't serialize the record descriptor, so it would just...

Thanks. On a side note, what is up with @DissectBot editing comments lately? :sweat_smile:

This seems like a good improvement of the auth.log parser indeed :+1:

@Schamper is your team (planning on) working on this?

Thanks for the update :)

> Thanks, merged into develop, it will be in the next release. Good catch! Good to hear! Should we close this PR? Unsure how the git flow works for this...