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 MonsterHunterRiseDemo #65

Closed kennedyoliveira closed 2 years ago

kennedyoliveira commented 2 years ago

Monster Hunter Rise Demo fails to unpack.

When I try to upload the executable it fails with "is not supported on the list", even though I zipped it.

Here is the link to the exe. https://drive.google.com/file/d/16EWN2N5M4yVy75_DCUpg7X9JUcIn0cnX/view?usp=sharing

atom0s commented 2 years ago

This was failing to unpack because the file is first protected with the latest version of VMProtect. When protected with virtualization and encryption, the entire .text section is replaced and moved to a new section injected into the file. The failure was happening due to Steamless not knowing how to handle the empty .text section.

This is fixed for the v3.1 x64 variant plugin now. Will add this fix to others as files appear with the same problem and it starts being an issue.