Recent links
Windows
- OpenProcess
- Process Security and Access Rights
- Wait Functions
- Taking a Snapshot and Viewing Processes
- Terminating a Thread
- ExitProcess function
- GetExitCodeProcess function
- GetExitCodeThread function
- Hooks Overview
- SetWindowsHookEx function
- GetMsgProc callback function
DLL and notification and injection
- Notification on thread destroy
- How can I debug a win32 process that unexpectedly terminates silently?
- Three Ways to Inject Your Code into Another Process
- How to terminate worker thread properly in an injected DLL?
- Using CreateRemoteThread for DLL Injection on Windows
- Inject code into other processes using PE injection
- Global hook using WH_GETMESSAGE and WH_KEYBOARD
- Cross-Architecture Reflective DLL Injection
- What is the difference between WM_QUIT, WM_CLOSE, and WM_DESTROY in a windows program?
- Hook Window Message loop WM_CLOSE
- Hooking to the windows process
- API hooking revealed