• v3.1.0.0 2023853b31

    atom0s released this 2022-04-05 01:03:28 -04:00 | 20 commits to master since this release

    Highlights

    • Steamless now includes a command line version. (Steamless.CLI.exe)

    Full Changelog

    • Added Steamless.CLI to run Steamless from the command line.
    • Unpacker: v10x86 - Fix incorrect output path when compiled for Release mode.

    Command Line Options

    The command line version of Steamless allows for the following arguments to be used:

    • --quiet - Disables output of debug log messages.
    • --keepbind - Keeps the .bind section in the unpacked file.
    • --keepstub - Keeps the DOS stub in the unpacked file.
    • --dumppayload - Dumps the stub payload to disk.
    • --dumpdrmp - Dumps the SteamDRMP.dll to disk.
    • --realign - Realigns the unpacked file sections.
    • --recalcchecksum - Recalculates the unpacked file checksum.
    • --exp - Use experimental features.
    Downloads