Skip to content

Instantly share code, notes, and snippets.

View JustasMasiulis's full-sized avatar
🙃
little bit of everything

Justas Masiulis JustasMasiulis

🙃
little bit of everything
View GitHub Profile
typedef struct _PSP_SYSTEM_DLL {
EX_FAST_REF DllSection;
EX_PUSH_LOCK DllLock;
} PSP_SYSTEM_DLL;
typedef struct _PS_SYSTEM_DLL_INFO
{
union
{