-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apply new, more generic analysis format #503
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the state of other karton systems that rely on current dumps format?
This is a breaking change so we should be very careful.
Moreover, this PR should also address:
https://github.com/CERT-Polska/drakvuf-sandbox/blob/master/drakrun/drakrun/regression.py#L75-L88
Thanks for linking the regression tester – I've missed that! Regarding other karton systems that rely on current dumps format I'm currently only adding additional information and I'm not removing anything at this stage, so it should be fine. |
Oh, OK. I somehow misread that now we're putting only dumps into dumps.zip without metadata |
Added
dumps_metadata
so that Karton instances that process analysis won't need to rely on the filename format of the memory dumps. I've also changed the bindings and task headers ofkarton.drakrun-prod
andkarton.drakrun.processor
.