Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug?] SecuROM (Old) detected on Sims 3: Generations update file. #255

Open
PurpleNekoNova opened this issue May 30, 2023 · 1 comment
Open

Comments

@PurpleNekoNova
Copy link

Submitting at request of null
http://redump.org/disc/43745/

F:data1.hdr\isrt.dll: PE Compact v20240 (internal version)
F:data1.hdr\The Sims 3 Generations_code.exe: EA CdKey Registration Module 1.08.05.00
F:data1.hdr\The Sims 3 Generations_uninst.exe: EA CdKey Registration Module 1.08.05.00
F:Game\Bin\Sims3EP04GDF.dll: CExe
F:ISSetup.dll: PE Compact v20240 (internal version)
F:Support\EADM\eadm-installer.exe: NSIS v2.33-Unicode
F:Support\Updates\TS3_1.21.123.0110xx_update.exe: SecuROM (very old, v3 or less)

@Morlit55
Copy link

Morlit55 commented Oct 16, 2024

Had another false positive in regards to this and Its apparently related to this line of code.

if (pex.OverlayStrings != null)
            {
                if (pex.OverlayStrings.Any(s => s == "AddD"))
                    return $"SecuROM {GetV4Version(pex)}";
            }

What's happening is that BOS reports discs as having SecuROM as long as the condition is fulfilled. Even if "AddD" is there for other reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants