Skip to content

MustafaNafizDurukan/WindowsKernelExploitationResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

A collection of resources for Windows kernel development, exploitation, analysis, and security. Suitable for beginners to experts, this compilation covers a wide range of topics including driver development, reverse engineering, vulnerability research, and Windows internals.

If I'm missing anything, please let me know in the comments. I will add it!

Windows Kernel Exploitation Resources.

@offby1security stream :: free advanced content

https://pbs.twimg.com/media/GTSrvwPaYAMW71M?format=jpg&name=900x900

There are so many incredible videos here, far too many to list. Every Friday, they stream something new, I would recommend joining them on YouTube! h/t @Steph3nSims

@OpenSecTraining OpenSecurityTraining2 :: free certification quality content

https://pbs.twimg.com/media/GTSey-BaYAQvdAm?format=png&name=small

Everything is FREE! h/t @XenoKovah

Prerequisite knowledge.

These should be taken in the order they are presented here.

@vxunderground Windows Papers

https://pbs.twimg.com/media/GTSaLd6aYAAFHwd?format=png&name=small

Collection of the best papers online.

https://pbs.twimg.com/media/GTS5eTvaYAMqV5M?format=png&name=small

There are currently four issues. Every single issue is pure alpha. Words do not exists for how good this zine is. You'll have to search through it to find Windows resources. They have plenty :)

OALabs

https://pbs.twimg.com/media/GTSdwhoaYAEzTWk?format=jpg&name=900x900

God tier tutorials!

@offsectraining Offsec Certifications

https://pbs.twimg.com/media/GTS56D2aYAQcEJB?format=png&name=360x360

Content Creators

Software Engineer, Malware Analyst. One of the most skilled individuals in the industry.

https://pbs.twimg.com/media/GTS9N7qasAAo_Mt?format=jpg&name=small

Duncan Ogilvie @mrexodia

Reverse engineer, creator of @x64dbg rad content!

@LowLevelTweets Low Level Learning

Bro is cracked. Lots of amazing content.

Additional God Tier Exploitation Resources

Various Unsorted Exploitation Resources

Windows Kernel Development Resources

Windows Driver Kit (WDK)

The Windows Driver Kit is the cornerstone of kernel development on Windows. This toolkit includes:

For Windows 11 development, use Visual Studio 2022 and WDK 11.

Windows 11 Driver Development Updates

Windows 11 introduced improvements in areas such as camera, print, display, NFC, WLAN, and Bluetooth. For details:

Windows Internals Book Series

Windows Internals series is unparalleled.

Microsoft's Windows Driver Samples on GitHub

This repository contains:

Windows 11 supports writing drivers that run on both desktop and other Windows editions with shared interfaces.

Windows Driver Frameworks (WDF)

WDF libraries simplify high-quality device driver creation. Refer to the WDF driver development guide for comprehensive information.

Debugging Tools for Windows (WinDbg)

WinDbg is crucial for Windows kernel development:

  • Crash dump analysis
  • Real-time driver and kernel debugging
  • Complex system behavior understanding

For Windows 11, WinDbg Preview from the Microsoft Store offers an updated interface.

OSR Online

OSR Online is a treasure trove for Windows driver developers.

Windows Kernel Programming by Pavel Yosifovich

This book is amazing.

  • Windows kernel programming fundamentals
  • Practical examples and exercises
  • Windows 10 and 11 kernel features

Windows NT Device Driver Development

https://archive.org/details/WindowsNTDeviceDriverDevelopment/page/n215/mode/2up

Getting Started Exercises

Microsoft offers introductory driver development exercises:

Additional Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published