Files
2022-05-29 15:51:11 +02:00

523 B

AlpcProcessHandles

Sample C# implementation to extract handles to ALPC ports from accessible processes, using James Forshaw's NtApiDotNet.

Background and details for this code can be found in this blog post:

Offensive Windows IPC Internals 3: ALPC

An exmaple output is shown below:

Sample Use