Skip to content

Instantly share code, notes, and snippets.

@wbenny
Created October 30, 2018 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wbenny/0fe3f22d272f59536ecded10e3fdbbbf to your computer and use it in GitHub Desktop.
Save wbenny/0fe3f22d272f59536ecded10e3fdbbbf to your computer and use it in GitHub Desktop.
typedef enum _SYSTEM_DLL_TYPE
{
PsNativeSystemDll = 0,
PsWowX86SystemDll = 1,
PsWowArm32SystemDll = 2,
PsWowAmd64SystemDll = 3,
PsWowChpeX86SystemDll = 4,
PsVsmEnclaveRuntimeDll = 5,
PsSystemDllTotalTypes = 6,
} SYSTEM_DLL_TYPE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment