This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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> |