BinaryObjectScanner icon indicating copy to clipboard operation
BinaryObjectScanner copied to clipboard

SecuROM (CAB) not detected

Open soxhi8 opened this issue 1 year ago • 2 comments

Version 2.6.0 and up will not correctly detect SecuROM for one of my games. According to @mnadareski this is related to the previous removal of a CAB-library.

  • Expected result (taken from 2.5.0):
[...]
D:CODEC\WMFDist.exe: Microsoft CAB SFX v7.01.00.3055
D:instmsia.exe: Microsoft CAB SFX v2.0.2600.2
D:instmsiw.exe: Microsoft CAB SFX v2.0.2600.2
D:MainApp.cab\Fellowship.exe: SecuROM 4.83.55.0030
Press enter to close the program...
  • Actual result (2.6.0 up to current master):
[...]
D:\CODEC\WMFDist.exe: Microsoft CAB SFX v7.01.00.3055
D:\instmsia.exe: Microsoft CAB SFX v2.0.2600.2
D:\instmsiw.exe: Microsoft CAB SFX v2.0.2600.2
Press enter to close the program...

soxhi8 avatar Mar 19 '23 01:03 soxhi8

Multiple small issues, some have been fixed but others have to do with dynamic blocks and are hard to track down.

mnadareski avatar Mar 21 '23 18:03 mnadareski

Another partial change that helps this situation: https://github.com/mnadareski/BurnOutSharp/commit/ecf97de4399df6fd70deef31a97305788e8ae514

mnadareski avatar Apr 28 '23 19:04 mnadareski