Skip to content

Instantly share code, notes, and snippets.

@lpBunny
lpBunny / process_list_without_handles.cpp
Created May 27, 2021 22:10
List process information including process architecture and username without opening any handles
/*
*
* List process information on windows without opening any handles, including process architecture and username
*
*/
#include <Windows.h>
#include <stdio.h>
#include <math.h>