Skip to content

hkraw/WinPwn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.6%
  • C 31.6%
  • C++ 18.2%
  • Assembly 13.8%
  • Batchfile 1.8%