1
0
Fork 0
mirror of https://github.com/atom0s/Steamless.git synced 2024-12-19 23:07:41 +01:00
Commit graph

84 commits

Author SHA1 Message Date
atom0s
69b2053f57
Finish 2.0 to 2.1 renaming. 2020-12-17 23:19:02 -08:00
atom0s
5b286530a4
Renamed SteamStub variant 2.0 to 2.1. This is a major change due to a file being presented that looks to be an earlier version of the 2.x variant. This new (older) file presents like 2.x however, it predates some more common features such as the XTEA encryption seen in 2.1 and newer. This version seems less feature-rich and thus I feel it's actually 2.0. 2020-12-17 23:16:20 -08:00
atom0s
869b893ac3
Update more copyrights to 2020.
Update Paypal links to use newer Paypal.me format.
Fix issue with structure size casting that can cause an exception when trying to read a stub header structure.
Fix typo's on some spelling.
2020-12-17 23:10:04 -08:00
atom0s
0b6374e497 Merge branch 'master' of https://github.com/atom0s/Steamless 2020-08-17 01:52:40 -07:00
atom0s
676c863b08 Updated copyright date ranges.
Fixed issue with memory errors due to incorrect structure mapping handling.
2020-08-17 01:52:21 -07:00
atom0s
0725ed3c25
Create FUNDING.yml 2020-04-29 18:09:53 -07:00
atom0s
8d911528cd
Merge pull request #32 from pengc99/patch-1
Update README.md
2020-02-16 19:24:48 -08:00
Andrew Peng
270de3ca6d
Update README.md
typo full -> for
2020-02-16 19:55:05 -06:00
atom0s
c2d54fa717 Bump the version number of the main app. 2019-05-28 19:13:41 -07:00
atom0s
e90195a0ec Merge branch 'master' of https://github.com/atom0s/Steamless 2019-05-28 19:11:43 -07:00
atom0s
5a10c527e2 Fixed a small bug with TLS callback parsing in the 64bit PE parser.
Added TLS callback support for the 3.0 64bit unpacker.
2019-05-28 19:11:29 -07:00
atom0s
9765d3e5b3 More code cleanup. (Adjusted some properties and other data to newer C# standards.) 2019-03-30 01:34:22 -07:00
atom0s
e54c95bea3 Updated copyright date ranges to include 2019 across the project.
Added new UseExperimentalFeatures option.
Added new dynamic offset reader for v2 stub parser to better support more files. (experimental feature)
General code cleanup.
2019-03-30 01:23:48 -07:00
atom0s
a0f856a050 Added support for an unknown variant of v2. 2018-07-20 19:02:26 -07:00
atom0s
aed8a86020 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.
2018-06-25 12:15:38 -07:00
atom0s
cdd3f56996 Updated the list of supported versions. 2018-04-15 23:00:09 -07:00
atom0s
168c75dc58 Bumped main executable version.
Updated all copyrights to include 2018.
2018-04-15 22:49:12 -07:00
atom0s
14c1ad2d0b Added support for new SteamStub v3.1.2 variant. (x64)
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)
2018-04-15 22:47:13 -07:00
atom0s
34afbba437 Merge branch 'master' of https://github.com/atom0s/Steamless 2017-12-16 18:07:34 -08:00
atom0s
57dba9916f Added support for new SteamStub v3.1.2 variant. (x86 only at this time. I do not have any 64bit test files.)
- Thanks to Gano for supplying test files.
 - Thanks to immorr for supplying test files.
Adjusted the default window size on startup so that the full plugin names are seen with default screen settings.
2017-12-16 18:07:07 -08:00
atom0s
18d34ede4d Added fallback pattern for variant 2.0 (x86). Fixes issue #6 2017-11-09 21:50:53 -08:00
atom0s
b3d5981784 Updated readme. 2017-01-26 14:36:55 -08:00
atom0s
d139df8dde Updated readme. 2017-01-25 21:47:53 -08:00
atom0s
bc1aaeb4ed Updated README to include 64bit supported notes. 2017-01-23 02:38:47 -08:00
atom0s
6aef1e268e Bumped the version number of Steamless. 2017-01-23 02:35:26 -08:00
atom0s
8c88ba51c3 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
2017-01-23 02:34:02 -08:00
atom0s
a7fa5bb337 Begin initial work on supporting 64bit files.
- Implements the base 64bit file handling / reading.
 - This is untested and more or just less ported from the 32bit files. May have issues, will resolve as we get there.
2017-01-16 20:00:34 -08:00
atom0s
9a9aa8894d Fixed issue with variant 2.0 (x86) failing unpacking files with non-encrypted text section. 2017-01-16 17:55:30 -08:00
atom0s
5f213235cc Adjusted Steamless to use older Aero presentation library for Windows 7 support. 2017-01-11 01:59:46 -08:00
atom0s
23a9021a26 Readme update. 2017-01-06 02:26:27 -08:00
atom0s
00b2854147 Fixed formatting issue with README file. 2017-01-06 02:20:09 -08:00
atom0s
b3c1fc6e24 Initial code commit. Steamless v3.0.0.1 code base. 2017-01-06 02:17:35 -08:00
atom0s
2020f394e3 Initial readme commit. 2017-01-06 02:16:00 -08:00
atom0s
fed71ed0c3 Initial commit. 2017-01-06 02:09:29 -08:00