Hooking Windows events without knowing anything about C/C++
https://blog.huntingmalware.com/notes/WMI Whenever someone thinks about hooking Microsoft Windows events, one thinks about rootkits, low level C++ code, and Windows API calls. There’s another approach to achieve similar things using just pre-installed Windows tools and without knowing anything about Windows internals. WMI is its name. From the Microsoft Developer Network (MSDN): WMI (Windows Management Instrumentation) is the →