Skip to content

Steamless v3.1.0.1 Release

Compare
Choose a tag to compare
@atom0s atom0s released this 22 Sep 02:01
· 17 commits to master since this release
b6d445f

This release is mainly to fix a small issue with the 2.0 (x86) variant unpacker plugin. A small issue was happening with other samples causing the unpacker to fail on files with certain header information set. (This unpacker is still beta and needs more work later on when additional samples can be collected.)

This release also now includes the ability to log an error to inform the user if the file they are trying to unpack is not packed with SteamStub while using the automatic unpacking plugin. (This is done just by simply checking if a .bind section exists in the file.)

Changelog

  • AutomaticPlugin - Added support for logging service usage.
  • AutomaticPlugin - Added detection and logging output to mention if a file is most likely not packed with SteamStub.
  • Core - Fixed issue with AutomaticPlugin not properly initializing.
  • Unpacker v2.0 (x86) - Adjusted how the code section RVA is determined. (Moved a second check to 'optional feature' state for now.)

This release fixes the following bugs:

  • #85 - Failure to unpack due to issue with the v2.0 (x86) plugin.