Skip to content

Commit fbee5a1

Browse files
Add RC hash (#405)
Small update, found one more, needed to update the dictionary
1 parent 4807520 commit fbee5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BinaryObjectScanner/Protection/SecuROM.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class SecuROM : IDiskImageCheck<ISO9660>, IExecutableCheck<PortableExecut
2323
private static readonly Dictionary<string, string> MatroschkaHashDictionary = new()
2424
{
2525
{"C6DFF6B08EE126893840E107FD4EC9F6", "Alice - Madness Returns (USA)+(Europe)"},
26+
{"890C4DBDB7819D1FC73FE2105CED79FA", "Alice - Madness Returns (Steam v0)"},
2627
{"D7703D32B72185358D58448B235BD55E", "Arcania - Gothic 4 (Australia)"}, // International version (English, French, Italian, German, Spanish)
2728
// Arcania - Gothic 4 - Polish(/Hungarian?) - known to most likely exist. Likely matches support site exe.
2829
{"83CD6225899C08422F860095962287A5", "Arcania - Gothic 4 (Russia)"},

0 commit comments

Comments
 (0)