Windows (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
Windows (en)

How to Download an Official Installer for a Visual Studio Community Edition Other Than the Latest Version from the Official Site

These are notes on how to download an official installer for a Visual Studio Community Edition other than the latest version from the official website.

Read
Windows (en)

Notes on Windows Clipboard Implementation

Notes on Windows clipboard implementation.

Read
Windows (en)

Notes on Creating a Tool to Obtain File Handles with Arbitrary Flags on Windows

Notes on creating a tool to obtain file handles with arbitrary flags on Windows

Read
Windows (en)

Using NTAPI in Rust

How to use NTAPI in Rust

Read
Windows (en)

Using Windows APIs for File Mapping in Rust

I used Windows APIs in Rust to perform file mapping.

Read
Windows (en)

Using User-Mode APCs with the Windows API in Rust

Using User-Mode APCs with the Windows API in Rust

Read
Windows (en)

Enumerating Process Information with Windows APIs in Rust

Enumerating process information with Windows APIs in Rust

Read
Windows (en)

Calling Windows APIs from Rust Using the windows Crate

Calling Windows APIs from Rust using the windows crate.

Read
Windows (en)

Switch Audio Device Settings Using a COM Interface from PowerShell

Switch audio device settings using a COM interface from PowerShell.

Read
Windows (en)

Notes on Analyzing SRUM Used in Windows Forensics

Notes on analyzing SRUM used in Windows forensics.

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