Skip to content

Commit cb27c79

Browse files
committed
add missing securom version to SecuROMDetector
1 parent af9b8d0 commit cb27c79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/SecuROMDetector/SecuROMDetector.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ def identify_exe(exe_path, exe_check):
2525
print("SecuROM 4.00.00")
2626
found_pattern = True
2727

28+
# Check for SecuROM version 4.68.00
29+
if identify_exe(exe_file, "4.68.00"):
30+
print("SecuROM 4.68.00")
31+
found_pattern = True
32+
2833
# Check for SecuROM version 4.77.00
2934
if identify_exe(exe_file, "4.77.00"):
3035
print("SecuROM 4.77.00")

0 commit comments

Comments
 (0)