LenHolgate / adventures-with-afdLinks
Some simple code to learn about how to access the Windows network stack using polling and \Device\Afd
☆23Updated last year
Alternatives and similar repositories for adventures-with-afd
Users that are interested in adventures-with-afd are comparing it to the libraries listed below
Sorting:
- View Windows System in action☆39Updated 3 months ago
- Example of waiting for Event Objects by associating them with a I/O Completion Port (IOCP), effectively lifting MAXIMUM_WAIT_OBJECTS (64)…☆39Updated last year
- RemoveApiSets is a program that can replace the ApiSets Dlls that already depend on ApiSets Dlls with MSVCR14X Dlls☆32Updated last year
- Use ntdll/ntoskrnl to implement Kernel32, Advapi32 and other APIs. It includes user-mode and kernel-mode.☆89Updated 2 months ago
- msvcr14x is a program that allows programs compiled with VC2015 and above not to rely on a bunch of useless API-Ms-win-starting DLLS☆66Updated 3 weeks ago
- PE Viewer☆201Updated 2 months ago
- Library for parsing internal structures of PE32/PE32+ binary files.☆169Updated 11 months ago
- A minimal C runtime for Windows instead of MSVCRT☆108Updated 6 years ago
- C++ Extended Template Library☆15Updated last month
- Undocumented MSVC☆38Updated last year
- Debug Print viewer (user and kernel)☆68Updated last year
- Kernel Template Library: STL-style containers and tools for Windows kernel space programming☆96Updated 3 years ago
- Proof of concept for injecting a 64-bit DLL into a 32-bit application☆43Updated 2 years ago
- C/C++ Runtime library for system file (Windows Kernel Driver) - Supports Microsoft STL☆188Updated 3 years ago
- A Windows PE loader / manual mapper for executables (x86 and x64) with full TLS (Thread Local Storage) support.☆75Updated 2 weeks ago
- Code to make it easier to write an NDIS network driver on Windows☆89Updated 2 years ago
- Portable executable parsing and modification library☆32Updated 9 months ago
- PE32 (x86) and PE32+ (x64) binaries analysis tool, resources viewer/extractor.☆172Updated 5 months ago
- Cross-platform library for parsing and building PE\PE+ formats☆82Updated 3 years ago
- Custom LoadLibrary / GetProcAddress (x86 / x64) - Load DLL and retrieve functions manually☆95Updated 2 years ago
- Yet another PE Viewer☆142Updated 2 years ago
- A bunch of parsers for PE and PDB formats in C++☆257Updated last year
- ntdll.h - compatible with MSVC 6.0, Intel C++ Compiler and MinGW. Serves as a complete replacement for Windows.h☆147Updated 6 years ago
- Another wow64ext to try to be compatible with WOW64 for all architectures.☆98Updated 3 months ago
- Using NtCreateFile and NtDeviceIoControlFile to realize the function of winsock(利用NtCreateFile和NtDeviceIoControlFile 实现winsock的功能)☆112Updated 3 years ago
- A slightly safer io access library☆14Updated 4 years ago
- Helper functions for calculating the authenticode digest for a portable executable file☆21Updated 5 years ago
- The Universal C++ RunTime library, supporting kernel-mode C++ exception-handler and STL.☆120Updated 2 months ago
- An example of a client and server using Windows' ALPC functions to send and receive data.☆107Updated 9 months ago
- Use ci.dll API for validating Authenticode signature of files☆159Updated 3 years ago