mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-21 22:34:58 +00:00
Fix this because I didn't
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user