How to Use DeepSeek V4 Flash Free in Claude Code with OpenCode Zen and LiteLLM
Claude Code is one of the most capable command-line coding agents available today. It can inspect a project, read and modify files, execute shell commands with permission, use tools, and...
How Windows Kernel Callback Arrays Are Populated, Identified, and Modified Using WinDbg
When discussing callbacks, most people often think of EDRs (Endpoint Detection and Response systems).There are numerous methods available for identifying callbacks in research environments. One such method was addressed by...
Security of Handles & Misuse of DuplicateHandle
While writing practice code for a driver in windows, I discovered a security issue: It seemed there was a flaw in the DuplicateHandle function. I started investigating this issue and...