Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xbekoo/winkerneldev

Windows Kernel Development
https://github.com/0xbekoo/winkerneldev

development education kernel training windows windows-kernel windows-kernel-development

Last synced: about 1 month ago
JSON representation

Windows Kernel Development

Awesome Lists containing this project

README

        

## Windows Kernel Development



Projects

- `🟢` [**Virtual Memory**](https://github.com/0xbekoo/WinKernelDev/tree/main/Virtual_Memory)

- `🟢` [**Input and Output Control (IOCTL)**](https://github.com/0xbekoo/WinKernelDev/tree/main/IOCTL)

- `🟢` [**IOCTL - Kernel Mode**](https://github.com/0xbekoo/WinKernelDev/tree/main/IOCTL/kernel_mode)

- `🟢` [**IOCTL - User Mode**](https://github.com/0xbekoo/WinKernelDev/tree/main/IOCTL/user_mode)

- `🟢` [**I/O Request Packets (IRP)**](https://github.com/0xbekoo/WinKernelDev/tree/main/IRP)

- `🟢` [**IRP - Kernel Mode**](https://github.com/0xbekoo/WinKernelDev/tree/main/IRP/kernel_mode)

- `🟢` [**IRP - User Mode**](https://github.com/0xbekoo/WinKernelDev/tree/main/IRP/user_mode)

- `🟢` [**Allocate Memory**](https://github.com/0xbekoo/WinKernelDev/tree/main/Allocate_Memory/src)