Remove MSI from PEViewer

Actually MSI does not belong to the PE format
This commit is contained in:
ema
2025-05-24 09:21:56 +08:00
parent 1ce2fc2f89
commit d20eb71f2b

View File

@@ -31,7 +31,6 @@ public class Plugin : IViewer
".dll", ".ax", ".drv", ".vxd",
".mui", ".mun",
".tlb",
".msi",
".efi", ".mz",
];