File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
BinaryObjectScanner/Protection Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,20 @@ public class SecuROM : IExecutableCheck<PortableExecutable>, IPathCheck
21
21
22
22
name = pex . InternalName ;
23
23
if ( name . OptionalEquals ( "paul.dll" , StringComparison . OrdinalIgnoreCase ) )
24
+ {
24
25
if ( pex . ProductName . OptionalEquals ( "drEAm" ) )
25
26
return $ "SecuROM Product Activation v{ pex . GetInternalVersion ( ) } - EA Game Authorization Management";
26
27
else
27
28
return $ "SecuROM Product Activation v{ pex . GetInternalVersion ( ) } ";
29
+ }
28
30
else if ( name . OptionalEquals ( "paul_dll_activate_and_play.dll" ) )
31
+ {
29
32
return $ "SecuROM Product Activation v{ pex . GetInternalVersion ( ) } ";
33
+ }
30
34
else if ( name . OptionalEquals ( "paul_dll_preview_and_review.dll" ) )
35
+ {
31
36
return $ "SecuROM Product Activation v{ pex . GetInternalVersion ( ) } ";
37
+ }
32
38
33
39
name = pex . OriginalFilename ;
34
40
if ( name . OptionalEquals ( "paul_dll_activate_and_play.dll" ) )
You can’t perform that action at this time.
0 commit comments