There are 24 repositories under windows-internals topic.
A reference of Windows API function calls, including functions for file operations, process management, memory management, thread management, dynamic-link library (DLL) management, synchronization, interprocess communication, Unicode string manipulation, error handling, Winsock networking operations, and registry operations.
PoCs and tools for investigation of Windows process execution techniques
An easy-to-use library for emulating memory dumps. Useful for malware analysis (config extraction, unpacking) and dynamic analysis in general (sandboxing).
Contains all the material from the DEF CON 31 workshop "(In)direct Syscalls: A Journey from High to Low".
An advanced tool for working with access tokens and Windows security policy.
UltimateAnticheat is an open source usermode anti-cheat system made to detect and prevent common attack vectors in game cheating (C++, Windows)
A wrapper library around native windows sytem APIs
My notes while studying Windows internals
:fish: PoC of a VBA macro spawning a process with a spoofed parent and command line.
Manipulating and Abusing Windows Access Tokens.
Intercept Windows Named Pipes communication using Burp or similar HTTP proxy tools
Single header version of System Informer's phnt library.
Livro: Engenharia Reversa - Fundamentos e Prática
The history of Windows Internals via symbols.
DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector
Delphi library for system programming on Windows using Native API
Static user/kernel mode library that allows access to all functions and global variables by extracting offsets from the PDB
An example of a client and server using Windows' ALPC functions to send and receive data.
WNF Utilities 4 Newbies (WNFUN)
Custom LoadLibrary / GetProcAddress (x86 / x64) - Load DLL and retrieve functions manually
PE Explorer in C++ (x86 / x64) - PE file parser, retrieve exports and imports
Tool to find code cave in PE image (x86 / x64) - Find empty space to place code in PE files
PoC for detecting and dumping code injection (built and extended on UnRunPE)
Driver demonstrating how to register a DPC to asynchronously wait on an object
Windows 10 PE image loader (LDR) NTDLL component toolbox
Slides from various conference talks
Windows Thread Pool Injection Havoc Implementation
Remote administration toolkit for windows, based on Hidden VNC: file manager, keystroke logger, powershell
An example of how to use Microsoft Windows Warbird technology
Microsoft Developer Blogs Search Tool
A class to gather information about a process, its threads and modules.
SysWhispers & HellsGate Successor, SYSCALL Execution Framework using advanced techniques - AV/AntiCheat Evasion