diff --git a/BinaryObjectScanner/Protection/HudsonHuPPPX.cs b/BinaryObjectScanner/Protection/HudsonHuPPPX.cs index 958cca8d..a6239743 100644 --- a/BinaryObjectScanner/Protection/HudsonHuPPPX.cs +++ b/BinaryObjectScanner/Protection/HudsonHuPPPX.cs @@ -28,7 +28,7 @@ namespace BinaryObjectScanner.Protection return "Hudson huPPPX"; // Found in Bomberman Vol 2 (Japan) - if (Array.Exists(exportTable.ExportNameTable?.Strings, s => s.StartsWith("HVRCD_IS_"))) + if (Array.Exists(exportTable.ExportNameTable?.Strings ?? [], s => s.StartsWith("HVRCD_IS_"))) return "Hudson huPPPX"; }