rudraimmunefi / WinPwn

Windows Pwnable Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinPwn

My study logs on Windows pwnables, plus some hopefully helpful resources.

References

These are the list of useful references I've checked out while studying Windows pwnable, dumped from my bookmarks. Note that some resources might be (heavily) outdated or partially mis-categorized.

Intro

Shellcoding

Stack Exploits

SEH (Structured Exception Handler)

CFG (Control Flow Guard)

Heap Exploits

TIP: If you want to work on LFH with debuggers, set _NO_DEBUG_HEAP=1

Kernel

NTAPI, Syscalls, Undocumented etc.

CTF Chals

Tools

(Automated) Deployment

About

Windows Pwnable Study


Languages

Language:Python 34.5%Language:C 31.6%Language:C++ 18.2%Language:Assembly 13.8%Language:Batchfile 1.8%