Problem This code has one public method. ProcMonDebugOutput(). It will sent a string of text to Process Monitor that process […]
Tag: winapi
Collecting all instances of an Office application (Excel, PowerPoint, Word)
Problem A project of mine required me to search for certain workbooks in open instances of Excel. I found this […]
Is it okay to remove events from subscription when there is no events
Problem I wrote an application that when you press the start button it prints file paths to list view through […]
A C++ WinAPI program for changing the process priority classes via PIDs
Problem (See the next iteration .) I have this program (call it, for example, prioset.exe), that asks for two command […]
Enumerating processes without enumerating flaws of the API
Problem This arose out of the incident where it was realized that WMI could not be expected to be reliable […]
Hook COM Object and get data from SIEMENS Step 7 software to control PLC through events in their code modified at runtime
Problem I’m a first traveler coding in WinApi, Hooks, COM objects. Then, I made a dll to inject (EasyHook) this […]