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.08k stars 195 forks source link

Unable to unpack Atelier Sophie 2 #68

Closed makc-ar closed 2 years ago

makc-ar commented 2 years ago

Example .exe https://dropmefiles.com/pU3AM

atom0s commented 2 years ago

This file appears like it is already cracked/bypassed. The .bind section does exist but it isn't be used at all. The entry point is in the normal .text section and the .text section is also not encrypted at all.

The present TLS callbacks are all within the normal binary space too.

Just delete the .bind section with another PE editor like CFF Explorer and it should run fine as is.