![]() |
#31
|
||||
|
||||
Quote:
In my case with Steamless, the intent of the project is a 'for-fun' educational project. The source is released with no intent to promote piracy but rather to run games DRM free on your own system, along with being able to debug the game easier. With that, I don't release any binaries or assist with compiling them. I also do not assist with any form of removing the 2nd layer of the DRM (steam_api.dll) which requires an active Steam session to play the given game. (Which prevents piracy another step.) I don't think Steam cares about my project though either way since its not doing any harm, I don't profit on it, and its not released in a binary form. |
#32
|
||||
|
||||
May be off-topic, but just for information for all exetools members, "Steamless" and "Steamless.NET" projects were now on gitlab and no more on github...
Here is the new link: https://gitlab.com/atom0s/Steamless |
The Following User Says Thank You to bigboss-62 For This Useful Post: | ||
Indigo (07-19-2019) |
#33
|
||||
|
||||
Thanks bigboss-62, hadn't had a chance to post here.
GitHub has lost its meaning/vision to coorperate greed and I do not support that. (The CEO has changed the entire framework of the GitHub company because he took money over morals.) Because of that I do not want any of my stuff on GitHub supporting people that would take money over their coworkers. All my stuff is moved over to GitLab now instead. For this project, you can find the links here: https://gitlab.com/atom0s/Steamless https://gitlab.com/atom0s/Steamless.NET (Keep in mind the Steamless.NET project is outdated and not supported anymore. Use the main Steamless project.) |
The Following User Says Thank You to atom0s For This Useful Post: | ||
Indigo (07-19-2019) |
#34
|
||||
|
||||
I have updated various posts in this thread as I can now edit my posts. (Thanks admins!)
Main post is now updated to point to the proper location. |
The Following User Says Thank You to atom0s For This Useful Post: | ||
Indigo (07-19-2019) |
#35
|
||||
|
||||
Steamless v3
http://i.imgur.com/wztFv5r.png Info I decided to rewrite Steamless with a UI since I had a lot of emails / private messages from people asking me how to use the old version etc. Along with that, the older version was not extendable or friendly to others developing unpackers. This new version is now fully done via plugins (Example plugin source code is included in the release) allowing others to easily create their own unpackers. Download / Information http://atom0s.com/forums/viewtopic.php?f=25&t=146 |
The Following 4 Users Gave Reputation+1 to atom0s For This Useful Post: | ||
#36
|
||||
|
||||
Steamless v3.0.0.4 - 64bit Support!
Been a while since I updated the thread here about my Steamless project. Since moving to Steamless v3 and releasing its source code, I have moved it back to Github (Gitlab saw little to no community input so I moved back to a more used network as much as I dislike Github..) and done some more changes. Here is a quick review of the recent changes: Code:
v3.0.0.1 - PeFile32 - Added support for reading the ImageTlsDirectory section. - SteamStub Variant 3.1 (x86) - Adjusted the unpacker to attempt to use the Tls callback as the real OEP if general unpacking fails. v3.0.0.2 - Adjusted Steamless to use older Aero presentation library for Windows 7 support. v3.0.0.3 - Fixed issue with variant 2.0 (x86) unpacker failing to unpack files with non-encrypted code sections. v3.0.0.4 - 64bit Support! - Steamless.Unpacker.Variant30.x86 - Fixed issue with header size not unpacking properly for certain files. - Fixed issue with TLS callbacks not being unpacked properly when present. - Steamless.Unpacker.Variant30.x64 - Added support for 64bit version of SteamStub Variant 3.0. - Steamless.Unpacker.Variant31.x64 - Added support for 64bit version of SteamStub Variant 3.1 More info about Steamless can be found on my personal site here: Code:
http://atom0s.com/forums/viewforum.php?f=25 |
The Following 5 Users Gave Reputation+1 to atom0s For This Useful Post: | ||
bigboss-62 (01-27-2017), giv (01-27-2017), Loki (01-25-2017), mdj (01-24-2017), tonyweb (01-25-2017) |
#37
|
|||
|
|||
I've had a look through my steam library and have sent you a pm with some details that might be useful.
|
#38
|
||||
|
||||
Quote:
So far every file that I have gotten that is 64bit, Steamless is able to unpack. So things are looking pretty solid for the 64bit support. ![]() |
The Following User Says Thank You to atom0s For This Useful Post: | ||
Indigo (07-19-2019) |
#39
|
|||
|
|||
I have an idea for ya mate - an idea that would actually make Steamless live even more upto its actual name; Steamless!
By all standards, I'd say the title of the tool itself is misleading - I mean, your tool clearly do unwrap the SteamStub, but at the same time it doesn't make any SteamStub protectee's any less reliant on Steam in the end (and emulators does not count). How about making a few minor adjustments to the unwrapped executables so it doesn't rely on SteamAPI.dll or any equal Steam related DLL's? Just a suggestion mate, and yes I know it won't work on all.... |
The Following User Says Thank You to n00b For This Useful Post: | ||
Indigo (07-19-2019) |
#40
|
||||
|
||||
Quote:
Given that this makes the game fully piratable, I opt to not include this in my project. I enjoy not getting sued. This is explained in the readme that people have to remove that last layer themselves if they plan to fully make the game run without Steam if it uses the SteamAPI. |
The Following User Gave Reputation+1 to atom0s For This Useful Post: | ||
giv (01-28-2017) |
#41
|
||||
|
||||
Small update pushed, v3.0.0.5:
- Adds support for new v3.1.2 variant that has bee introduced to the world recently. - Adjusts the default window width on initial startup. 32bit version of this new variant only supported so far, I don't have any new 64bit files to test with. |
The Following 5 Users Say Thank You to atom0s For This Useful Post: | ||
bigboss-62 (01-15-2018), elephant (12-22-2017), Indigo (07-19-2019), mrfearless (12-17-2017), tonyweb (12-17-2017) |
#42
|
||||
|
||||
Steamless v3.0.0.6
Code:
Steamless.Unpacker.Variant31.x64 - Added support for new SteamStub v3.1.2 variant. Overall - Updated all plugins to make use of reflection to get their versions from their assembly info. - Added ignore for Windows image cache file. (Thumbs.db) - Updated all copyrights to include 2018. - Updated the list of supported versions. |
The Following 2 Users Say Thank You to atom0s For This Useful Post: | ||
Indigo (07-19-2019), mrfearless (04-20-2018) |
#43
|
||||
|
||||
v3.0.0.7
Code:
Steamless.Unpacker.Variant20.x86 - Added SteamStub 2.x variant D0 (header size) support. - Fixed some issues with the 2.x disassembler using incorrect types. - Updated the SharpDisasm.dll file to latest version. Code:
General code cleanup. Added new experimental features option. Added new SteamStub 2.x variant offset dumper. (Experimental Feature) Latest version: Code:
https://github.com/atom0s/Steamless/releases/latest
__________________
Personal Projects Site: https://atom0s.com |
The Following User Gave Reputation+1 to atom0s For This Useful Post: | ||
mrfearless (03-30-2019) |
The Following 6 Users Say Thank You to atom0s For This Useful Post: | ||
bigboss-62 (04-14-2019), chants (03-31-2019), Hypnz (03-31-2019), Indigo (07-19-2019), MarcElBichon (03-30-2019), tonyweb (03-30-2019) |
#44
|
||||
|
||||
v3.0.0.9
Code:
https://github.com/atom0s/Steamless/releases/latest
__________________
Personal Projects Site: https://atom0s.com |
The Following 2 Users Gave Reputation+1 to atom0s For This Useful Post: | ||
mrfearless (05-30-2019), yoza (06-04-2019) |
#45
|
||||
|
||||
Steamless v3.0.0.10
Steamless v3.0.0.11
Steamless v3.0.0.12
Get the latest version here: https://github.com/atom0s/Steamless/releases/latest
__________________
Personal Projects Site: https://atom0s.com |
The Following User Says Thank You to atom0s For This Useful Post: | ||
DominicCummings (10-10-2021) |
![]() |
Thread Tools | |
Display Modes | |
|
|