Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 543 Bytes

🚀 Windows Concepts

Investigate Basic Operating System Concepts in Windows

👀 Content

  • Syscalls
  • Threads & Multithreading
  • Processes & Multiprocessing
  • Locks - CriticalSections & Mutexs
  • Memory Management
  • Memory Mapping
  • Memory Sharing
  • Dynamic-Link Libraries
  • DLL Injection
  • PE Files
  • PE IAT Hooking

NOTICE

  • Sysinternals Suite Is Recommanded
  • Used Tools In This Repo - procexp.exe, vmmap.exe, rammap.exe, procmon.exe

Ilay Gilman