We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: