Skip to main content

Win32 Api (pinvoke) & Windows Structures (ReactOS) & Undocumented NT Internals

Two references websites if you need to understand how a particular windows api (InvokeAPI) or undocument structures (ReactOS) works on Windows.

Pinvoke #

Note: You can just google for specific api, for example: “virtualalloc pinvoke”

Click here PInvoke Win32 Apis to go to the official website

I found a second pinvoke website as well PInvoke.dev Apis

ReactOS #

You can follow the link ReactOS Undocumented Structures

Undocumented NT Internals #

You can access as well Undocumented NT Internals

Alex IONESCU’s Blog #

For Windows Internals/Reverse Engineering Alex IONESCU’s Blog