EricZimmerman / evtx

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

update nuget, add logic to solve https://github.com/EricZimmerman/evtx/issues/230 #231

Closed AndrewRathbun closed 11 months ago

AndrewRathbun commented 11 months ago

Description

update nuget packages

adds logic to resolve https://github.com/EricZimmerman/evtx/issues/230

This seemed like an easy one for ChatGPT to handle. @EricZimmerman feel free to modify as you see fit, of course, but I tested it and it works.

I also added logic to handle where if someone tries to pass 4700-4600 so it'll handle 4600 as the start, 4700 as the end, and iterate accordingly.

So tests with both --inc and --exc have passed using both 4600-4700 and 4700-4600.

image

EricZimmerman commented 11 months ago

nice try skynet. not this time.

I rolled my own solution thats less convoluted. please check it out and try it