atom0s / Steamless

Steamless is a DRM remover of the SteamStub variants. The goal of Steamless is to make a single solution for unpacking all Steam DRM-packed files. Steamless aims to support as many games as possible.
Other
3.12k stars 195 forks source link

Unable to unpack 1953 - KGB Unleashed #57

Closed Ekey closed 2 years ago

Ekey commented 2 years ago

Hi there. Can you check it please? 3.0.0.11 dumping only SteamDRMP.dll

Screenshot_1

Executable Phobos_1953.zip

Thanks advance

atom0s commented 2 years ago

This file is double packed, which is why Steamlesss is failing. You need to remove the other protection layer first since it was applied after Steam's DRM system was used. Afterward, Steamless should work fine.

atom0s commented 2 years ago

Sorry about the above, appears my private tool had a bug and was misdetecting something with this file. It is not double packed.

Reopening til I have more time to take a better look.

atom0s commented 2 years ago

This is now fixed in the current repo. Was due to invalid size of data being used for the decryption step of the .text section. This should now work properly for the given file as well as work better/proper for all 2.1 (x86) protected files going forward.

A release will be made soon with this update in it as well.