WinDbg (en)

Windows (en)

How I Got Remote Kernel Debugging Working on Windows 11 VMs Running on Proxmox

This article summarizes my suspected cause when KDNET-based remote kernel debugging failed between Windows 11 VMs on Proxmox, how I checked the VM settings from Proxmox, how I configured dbgsettings with an explicit busparams value, and the steps that finally made it work with qm start --force-cpu host.

Read

A PART OF ANTI-VIRUS 3 - Learning Windows Filtering Platform (WFP) from Public Sample Code - (Web Edition)

This is the web edition of A PART OF ANTI-VIRUS 3, distributed at Tech Book Fest 20.

Read

A PART OF ANTI-VIRUS 2 - Learn Windows Antimalware Scan Interface (AMSI) with Public Sample Code - (Web Edition)

This is the web edition of A PART OF ANTI-VIRUS 2 distributed at Tech Book Fest 19.

Read

A PART OF ANTI-VIRUS 2 [Chapter 1: About AMSI (Windows Antimalware Scan Interface)]

This is the web edition of A PART OF ANTI-VIRUS 2 distributed at Tech Book Fest 19.

Read

A PART OF ANTI-VIRUS 2 [Chapter 3: AMSI Provider]

This is the web edition of A PART OF ANTI-VIRUS 2 distributed at Tech Book Fest 19.

Read

A PART OF ANTI-VIRUS 2 [Chapter 4: Customizing the Sample Programs]

This is the web edition of A PART OF ANTI-VIRUS 2 distributed at Tech Book Fest 19.

Read

A PART OF ANTI-VIRUS 2 [Chapter 5: AMSI Integrated into PowerShell]

This is the web edition of A PART OF ANTI-VIRUS 2 distributed at Tech Book Fest 19.

Read

A PART OF ANTI-VIRUS 2 [Chapter 2: AMSI Client Interface]

This is the web edition of A PART OF ANTI-VIRUS 2 distributed at Tech Book Fest 19.

Read
Windows (en)

Create a DLL File on Windows and Try Loading It into a Process in Various Ways

I created a DLL file on Windows and tried loading it into a process in various ways.

Read