Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xbekoo/winkerneldev
- Owner: 0xbekoo
- License: gpl-3.0
- Created: 2024-03-09T11:37:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:45:07.000Z (4 months ago)
- Last Synced: 2024-08-27T13:08:39.831Z (4 months ago)
- Topics: development, education, kernel, training, windows, windows-kernel, windows-kernel-development
- Language: C
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)