zeroed-tech

Results 4 issues of zeroed-tech

Hi, I've reciently started testing my `Microsoft.Extensions.Hosting` based console application outside Visual Studio and noticed when I kill the app using Ctrl+c, the shutdown process is getting blocked by `client.Stop()`...

Whilst attempting to develop a native IIS module I've been having some issues triggering CGlobalModule::OnGlobalFileChange described in [CGlobalModule::OnGlobalFileChange Method ](https://learn.microsoft.com/en-us/iis/web-development-reference/native-code-api-reference/cglobalmodule-onglobalfilechange-method) I've built a new module using the example code on...

**Describe the bug** Running `!wmodule -managed` multiple times results in duplication of reflectively loaded assemblies ![Image](https://github.com/user-attachments/assets/eaae515a-2a54-439b-9f9a-0950c1aacae7) Note that this happens on the machine referred to as the working machine in...

**Describe the bug** !wmodule Returns complete metadata on some systems not others **Background** I'm developing a training program on analysing malicious .NET usage under IIS which includes a secton on...