This blog assumes that the reader has a general knowledge of C++ and system internals. For an initial overview, you can refer to this blog. However, it is still under development. Process Enumerat...
Windows Terminal Services - WTS API Windows also contains WTSEnumerateProcessesExW function to gather inforamtion about currently active processes on the remote session via RDP or Virualization. It...
EnumProcess Function Windows also contains the additional API EnumProcesses to gather the process IDs for every running process in the system. It is one of the simplest and easiest functions to gat...
Offensive C++ - Process Injection - DLL Injection
-
A new version of content is available.