Hi,
is it possible to use this library to write to an *.evtx file?
I want to fake a user created event. I have the according XML entry
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-a5ba-3e3b0328c30d}" />
<EventID>4720</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>13824</Task>
<Opcode>0</Opcode> ...
Hi,
is it possible to use this library to write to an *.evtx file?
I want to fake a user created event. I have the according XML entry