libyal / libevtx

Library and tools to access the Windows XML Event Log (EVTX) format
GNU Lesser General Public License v3.0
190 stars 49 forks source link

libfwevt_xml_document_read_element: invalid template value size value out of bounds. #31

Closed hmfaoruq closed 1 year ago

hmfaoruq commented 1 year ago

I am trying to export evtx information from the log files, but I get below error. EVTX files are opening without any problem in Windows EventViewer. evtxinfo is working fine too, and displays number of records correctly.

Error I get is below.

Unable to export file. libfwevt_xml_document_read_element: invalid template value size value out of bounds.

joachimmetz commented 1 year ago

which version? can you provide the file or debug output? (also see: https://github.com/libyal/libevtx/wiki/Troubleshooting#verbose-and-debug-output)

joachimmetz commented 1 year ago

In-actionable without additional context, closing.