0xrawsec / golang-evtx

GNU General Public License v3.0
158 stars 27 forks source link

Load with generic interfaces #14

Closed codekoala closed 5 years ago

codekoala commented 5 years ago

This updates the interface for loading EVTX data to be more idiomatic by accepting a generic io.ReadSeeker when calling evtx.New(). This makes it possible to bypass the dependency on a filesystem by default, while still providing the evtx.Open() function when loading from a filesystem is desirable.

qjerome commented 5 years ago

@codekoala thank you for your contribution, and sorry for the delay to merge I am quite busy lately

codekoala commented 5 years ago

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!!