What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » program that opens compressed exes ?

program that opens compressed exes ?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: program that opens compressed exes ?
quote:
Originally posted by AndreY
you mean PE Explorer ?
Proberly... and look what standard decompression method it comes with: The same I mentioned in my previous post..... ;)

quote:
Originally posted by AndreY
The DOS stub header of the compressed file is
code:
MZP.....................@.........{.....................................!..L.!..This program must be run under Win32..$7
but how can i find out the compression and a program to decompress it ?
That's not the exact DOS Stub Header. But anyways, I wasn't very clear, sorry... It's not in the exact DOS Stub header itself, but within this header you'll find the locations of the various other headers and if you all skip them you'll come to the first entry point, etc. were the program will be mentionned which is used to compress the file (if it isn't encrypted or overwritten though).

Just look at the file with a hex editor (like you did) and notice everything in the first hundreds bytes of the file...

Search google "portable executable file format"

The hints given here in this thread are more then enough to (illegally) edit your DLL file*...


*I can see that it is a DLL file by the DOS MZ Header you posted...


PS: compressing/hexediting your own made programs isn't illegal, so technically no rules are broken. But you asked this for editing a file not of your own, which is illegal. ;)

This post was edited on 10-20-2004 at 03:05 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-20-2004 03:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
program that opens compressed exes ? - by andrey on 10-19-2004 at 03:02 PM
RE: program that opens compressed exes ? - by CookieRevised on 10-19-2004 at 05:03 PM
RE: program that opens compressed exes ? - by andrey on 10-19-2004 at 07:14 PM
RE: program that opens compressed exes ? - by Choli on 10-19-2004 at 07:26 PM
RE: program that opens compressed exes ? - by andrey on 10-19-2004 at 08:14 PM
RE: program that opens compressed exes ? - by CookieRevised on 10-20-2004 at 03:00 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On