EricZimmerman / evtx

C# based evtx parser with lots of extras
MIT License
272 stars 59 forks source link

kaspersky av logs #218

Closed randomaccess3 closed 1 year ago

randomaccess3 commented 1 year ago

Description

Please include a summary of the change and (if applicable) which issue is fixed.

Checklist:

Please replace every instance of [ ] with [X] OR click on the checkboxes after you submit your PR

Thank you for your submission and for contributing to the DFIR community!

randomaccess3 commented 1 year ago

No idea whats going on here There's a new line character at the end and there's no trailing spaces

It runs fine with evtxecmd

AndrewRathbun commented 1 year ago

No idea whats going on here There's a new line character at the end and there's no trailing spaces

It runs fine with evtxecmd

I'll take a peek here in a bit. It'll run fine in evtxecmd but it's just a linting rule that's triggering to hit on the petty stuff. I'll be able to triage when I get to the keyboard for the day. Thanks for the PR!

AndrewRathbun commented 1 year ago

@randomaccess3 I think it was looking for the # Documentation line at the end, and then the newline. I added both and now we have a green checkmark.

AndrewRathbun commented 1 year ago

Also, do you have example event log data you can populate in the comments? Can always be added later, if possible.

Example: https://github.com/EricZimmerman/evtx/blob/86ed90f803b6a7203a4193245dd7c583cd000833/evtx/Maps/Application_Application-Error_1000.map#L25