简体   繁体   中英

Reading .evtx files in JAVA

I'm trying to find the best way to read .evtx files in JAVA the only almost valid solution I found is parsing it to a csv file using windows power shell (takes about a minute to parse a file with 250 lines) and then reading the csv file with missing data.

is there any better options for reading evtx files in JAVA?

Thanks.

You may want to check an open source library here . It parses evt files (old version of Windows event log), not sure if it will tackle evtx files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM