Paweł Srokosz

Results 101 comments of Paweł Srokosz

Thanks for contribution! If you want you can easily lint your changes to pass our pipeline using https://github.com/CERT-Polska/lint-python-action tool (it's recommended to use it within virtualenv as it installs tools...

Hi! Sorry that it takes so long. Meanwhile something very similar has been implemented in https://github.com/CERT-Polska/malduck/pull/101 (based on https://github.com/CERT-Polska/malduck/issues/99). In this implementation, binaries are put directly in configuration, following the...

> @psrok1 is it ready to be merged? Not yet because the naming could be a bit better (as @nazywam said). I will come back to it soon.

Hi! It seems that drak-postprocess doesn't like that part: `"Method":"09\xaa\xbd,V"` I see that it shouldn't affect the rest of log processing, because drak-postpostprocess will just omit this line as a...

The main issue with that is that Drakvuf blindly puts bytes into the JSON without proper re-encoding or even escaping. We're going to track similar problems and possible solutions in...

By the way, I temporarily merged your library code into https://github.com/CERT-Polska/drakpdb as you haven't made any releases for longer time and I can't pin to Git commit if I want...

Nice! I have some ideas how to support other objects on the output of Mustache than plain strings/markdown parts, but this implementation is a good start.

Ok, I managed to apply some fixes and extend it even more so you can emit arbitrary objects. See that one: https://github.com/CERT-Polska/mwdb-core/pull/955 :smiley:

Hello! Thanks for the contribution and sorry for very late answer. We had some internal discussions about this PR and then it was put on the shelf. I don't think...