Closed AndrewRathbun closed 1 year ago
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.
4700-4600
So tests with both --inc and --exc have passed using both 4600-4700 and 4700-4600.
--inc
--exc
4600-4700
nice try skynet. not this time.
I rolled my own solution thats less convoluted. please check it out and try it
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 both4600-4700
and4700-4600
.