Closed codekoala closed 5 years ago
@codekoala thank you for your contribution, and sorry for the delay to merge I am quite busy lately
No worries at all! I totally understand :)
Thank you again for this project! It's been working very well for us. Thank you for the merge!!
This updates the interface for loading EVTX data to be more idiomatic by accepting a generic
io.ReadSeeker
when callingevtx.New()
. This makes it possible to bypass the dependency on a filesystem by default, while still providing theevtx.Open()
function when loading from a filesystem is desirable.