An open API service indexing awesome lists of open source software.

https://github.com/mariosieg/win32processinfo

Simple example on how to print process information using the Windows "Win32" API
https://github.com/mariosieg/win32processinfo

Last synced: about 2 months ago
JSON representation

Simple example on how to print process information using the Windows "Win32" API

Awesome Lists containing this project

README

          

# Win32ProcessInfo
Small example on how to print process information using Win32 API from C++.
Prints a list of all processes and their loaded submodules (DLLs):
![image](https://user-images.githubusercontent.com/49988901/131271108-c5dcf76f-808b-436e-8a41-ed414601da1f.png)