Skip to content

Instantly share code, notes, and snippets.

/* translated from tk's aob scanner in C#:
* https://github.com/JKAnderson/PropertyHook/blob/master/PropertyHook/AOBScanner.cs
*
* however, tk's is for an external tool, this funcion needs to go in the dll
*/
#include <windows.h>
#define PSAPI_VERSION 2
#include <psapi.h>
#include <stdint.h>