Use evt APIs (Windows Event Log)
You can find many samples on Google or MSDN forums, like C++ Program for Extracting data from windows logs in different formats(xml,evts,csv,txt)
Extract data from EventLog
Corobori
26
Reputation points
Hi,
I have got an evtx file containing some information I want to parse. I have seen people pointing to PowerShell scripts, such as this one.
Before dwelling deeper into PowerShell I am wondering if I am going the right way.
What I want to extract from my evtx file are the following data: Exception information and the following Request information: Event time, Request URL, Request path and the User host address
Windows development | Windows API - Win32
1 answer
Sort by: Most helpful
-
Castorix31 91,876 Reputation points2021-07-16T19:25:06.127+00:00