Investigate Basic Operating System Concepts in Windows
- Syscalls
- Threads & Multithreading
- Processes & Multiprocessing
- Locks - CriticalSections & Mutexs
- Memory Management
- Memory Mapping
- Memory Sharing
- Dynamic-Link Libraries
- DLL Injection
- PE Files
- PE IAT Hooking
- Sysinternals Suite Is Recommanded
- Used Tools In This Repo - procexp.exe, vmmap.exe, rammap.exe, procmon.exe
Ilay Gilman