English

Notes

How to Fix the Issue Where Hyper-V Virtual Machines and WSL Can No Longer Be Used Together After Upgrading to Windows 11 24H2

This post summarizes how to fix the issue where Hyper-V virtual machines and WSL can no longer be used together after upgrading to Windows 11 24H2.

Read
AMSI

Handling AMSI Scan Requests with a Custom Provider

This post summarizes how a custom AMSI provider handles AMSI scan requests.

Read
AMSI

Issuing AMSI Scan Requests from a Custom Application

This article summarizes how a custom application can issue AMSI scan requests.

Read
AMSI

Overview of AMSI and How It Works

A brief summary of AMSI and how it works.

Read
Windows

Using NTAPI in Rust

How to use NTAPI in Rust

Read
Windows

Using Windows APIs for File Mapping in Rust

I used Windows APIs in Rust to perform file mapping.

Read
Windows

Using User-Mode APCs with the Windows API in Rust

Using User-Mode APCs with the Windows API in Rust

Read
Windows

Enumerating Process Information with Windows APIs in Rust

Enumerating process information with Windows APIs in Rust

Read
Windows

Calling Windows APIs from Rust Using the windows Crate

Calling Windows APIs from Rust using the windows crate.

Read
Windows

Switch Audio Device Settings Using a COM Interface from PowerShell

Switch audio device settings using a COM interface from PowerShell.

Read
Windows

Notes on Analyzing SRUM Used in Windows Forensics

Notes on analyzing SRUM used in Windows forensics.

Read
Windows

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