Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #31  
Old 04-08-2016, 20:08
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
Updated:

* Added commandline support.
Attached Files
File Type: zip mupack_pub.zip (179.2 KB, 22 views)
Reply With Quote
The Following 2 Users Gave Reputation+1 to mudlord For This Useful Post:
alephz (04-09-2016), Storm Shadow (04-08-2016)
The Following 3 Users Say Thank You to mudlord For This Useful Post:
besoeso (04-09-2016), MarcElBichon (04-09-2016), uranus64 (04-08-2016)
  #32  
Old 04-09-2016, 17:25
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
Updated:

* Hack around commandline issues.
* Fixed bug on displaying depacker stub size.
Attached Files
File Type: zip mupack_pub.zip (179.4 KB, 36 views)
Reply With Quote
The Following 6 Users Say Thank You to mudlord For This Useful Post:
alephz (04-14-2016), dj-siba (04-15-2016), MarcElBichon (04-09-2016), Max (04-14-2016), niculaita (04-10-2016), nikkapedd (04-16-2016)
  #33  
Old 04-14-2016, 10:16
Max Max is offline
Family
 
Join Date: Nov 2013
Posts: 90
Rept. Given: 28
Rept. Rcvd 50 Times in 23 Posts
Thanks Given: 54
Thanks Rcvd at 31 Times in 19 Posts
Max Reputation: 50
The last 2 version does not work in windows xp.

It prompt exe is not a valid win32 application.
Reply With Quote
  #34  
Old 04-14-2016, 13:34
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
im not on xp , but try.

Code:
D:\mupack>editbin /SUBSYSTEM:WINDOWS,5.1 mupack_pub.exe
ref
https://supportxpdotcom.wordpress.com/2012/03/30/editbins-dirty-little-secret/
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm."

Today I whispered in the devils ear, "I am the storm."
Reply With Quote
  #35  
Old 04-21-2016, 10:46
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
Updated:

* Fixed compiler flags to work on XP again, sorry about that.
Attached Files
File Type: zip mupack_pub.zip (179.2 KB, 29 views)
Reply With Quote
The Following 2 Users Gave Reputation+1 to mudlord For This Useful Post:
alephz (04-22-2016), chessgod101 (04-21-2016)
The Following 6 Users Say Thank You to mudlord For This Useful Post:
an0rma1 (05-06-2016), besoeso (04-21-2016), chessgod101 (04-21-2016), cybercoder (04-30-2016), dj-siba (04-21-2016), Max (05-10-2016)
  #36  
Old 04-30-2016, 09:58
cybercoder cybercoder is offline
Friend
 
Join Date: Aug 2005
Posts: 114
Rept. Given: 2
Rept. Rcvd 11 Times in 8 Posts
Thanks Given: 22
Thanks Rcvd at 46 Times in 31 Posts
cybercoder Reputation: 11
Also you could change MajorLinkerVersion to 0E, MajorOperatingSystemVersion to 5, MinorOperatingSystemVersion to 01, MajorSubsystemversion to 5 and MinorSubsystemversion to 1 inside optional header to make it run on xp.. Although this solution is not really needed.. it's another way
Reply With Quote
  #37  
Old 05-13-2016, 05:44
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
To me its preferred if its done upstream, like its supposed to be. It was meant to be fixed, as it was a bug after all.
Reply With Quote
  #38  
Old 05-21-2016, 20:08
Abaddon Abaddon is offline
Friend
 
Join Date: May 2016
Posts: 43
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 181
Thanks Rcvd at 45 Times in 25 Posts
Abaddon Reputation: 3
Quote:
Originally Posted by cybercoder View Post
Also you could change MajorLinkerVersion to 0E, MajorOperatingSystemVersion to 5, MinorOperatingSystemVersion to 01, MajorSubsystemversion to 5 and MinorSubsystemversion to 1 inside optional header to make it run on xp.. Although this solution is not really needed.. it's another way
Setting:

[a] peHeader.MajorOperatingSystemVersion = 5;
[b] peHeader.MinorOperatingSystemVersion = 1;
[c] peHeader.MajorSubsystemVersion = 5;
[d] peHeader.MinorSubsystemVersion = 1;

would make a binary run under XP, although setting only [a] and [c] should suffice...
Having the source, however, mudlord's is the way to follow.

Last edited by Abaddon; 05-21-2016 at 20:14.
Reply With Quote
  #39  
Old 07-05-2016, 07:42
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
For those that care, released the source code to the current public and private versions of the packer.

Code:
https://github.com/mudlord/mupack
Code:
http://mudlord.info/crap/mupack.rar
Password: www.mudlord.info

Last edited by mudlord; 07-05-2016 at 08:01.
Reply With Quote
The Following 5 Users Gave Reputation+1 to mudlord For This Useful Post:
CodeCracker (07-11-2016), dj-siba (07-06-2016), Loki (07-05-2016), Storm Shadow (07-06-2016), uranus64 (07-05-2016)
The Following 8 Users Say Thank You to mudlord For This Useful Post:
cachito (07-05-2016), dj-siba (07-06-2016), Loki (07-05-2016), LordGarfio (04-07-2020), MarcElBichon (07-05-2016), ontryit (07-05-2016), tonyweb (12-13-2016), user_hidden (07-05-2016)
  #40  
Old 12-11-2016, 05:09
jvoisin jvoisin is offline
Friend
 
Join Date: Aug 2014
Location: France
Posts: 8
Rept. Given: 8
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 1
Thanks Rcvd at 2 Times in 2 Posts
jvoisin Reputation: 5
What made you change your mind about releasing the source code? I thought that you said that it won't happen.
Reply With Quote
  #41  
Old 12-11-2016, 06:31
cybercoder cybercoder is offline
Friend
 
Join Date: Aug 2005
Posts: 114
Rept. Given: 2
Rept. Rcvd 11 Times in 8 Posts
Thanks Given: 22
Thanks Rcvd at 46 Times in 31 Posts
cybercoder Reputation: 11
Somebody used it for bad things and it is now detected as virus by anti virus.. if you read the readme in the source you would not have to ask this question..
Reply With Quote
The Following User Says Thank You to cybercoder For This Useful Post:
mudlord (12-11-2016)
  #42  
Old 12-11-2016, 12:07
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
And since someone leaked it from Exetools, now bad people use it. So whats the point of fighting it? Might as well let the bad people have 100% control now. >_>

At least I still have mupack3 for myself, which has a completely different stub and different structure. It still uses the LZMA and rangecoder+lz77 decompressors since to me those are still decent. And it has better code preprocessing, and fixes the problems mupack2 had. And no, that won't be public to anyone.

So thank the bad people for ruining things. Seems people cannot be trusted.
Reply With Quote
The Following 2 Users Say Thank You to mudlord For This Useful Post:
cybercoder (12-11-2016), tonyweb (12-13-2016)
  #43  
Old 05-27-2017, 19:11
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
Did a update a while back to get it to run on XP.

I wonder whats the point since XP is now deprecated, but nonetheless...
Quote:
http://mudlord.info/crap/mupack.rar
pw: www.mudlord.info
Reply With Quote
The Following 9 Users Say Thank You to mudlord For This Useful Post:
chessgod101 (09-20-2017), CrackDJ (07-11-2017), dj-siba (05-31-2017), niculaita (05-27-2017), Preddy (09-16-2017), Spiderz_Soft (05-28-2017), tonyweb (05-27-2017), user_hidden (05-29-2017), wilson bibe (05-27-2017)
  #44  
Old 09-15-2017, 19:41
ReBirth's Avatar
ReBirth ReBirth is offline
Family
 
Join Date: Nov 2011
Posts: 79
Rept. Given: 12
Rept. Rcvd 39 Times in 20 Posts
Thanks Given: 19
Thanks Rcvd at 125 Times in 29 Posts
ReBirth Reputation: 39
@mudlord
what about making "mupack" open source ?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 21:12.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )