Add .winmd to PEViewer supported extensions

This commit is contained in:
ema
2026-04-14 17:23:55 +08:00
parent a733731878
commit f01f2e1b8d
@@ -28,7 +28,7 @@ public sealed class Plugin : IViewer
private static readonly string[] _extensions =
[
".exe", ".sys", ".scr", ".ocx", ".cpl", ".bpl",
".dll", ".ax", ".drv", ".vxd",
".dll", ".winmd", ".ax", ".drv", ".vxd",
".mui", ".mun",
".tlb",
".efi", ".mz",