program that opens compressed exes ? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: program that opens compressed exes ? (/showthread.php?tid=33324) program that opens compressed exes ? by andrey on 10-19-2004 at 03:02 PM
Is there any program that can open compressed exe files for reshacking ? RE: program that opens compressed exes ? by CookieRevised on 10-19-2004 at 05:03 PM
Files (including executables) can be compressed in hundreds of ways. It is up to you to figure out what compression-method is used, and decompress them with the proper program before reshacking them. RE: program that opens compressed exes ? by andrey on 10-19-2004 at 07:14 PM Thanks cookie, i'll do some googleing RE: program that opens compressed exes ? by Choli on 10-19-2004 at 07:26 PM
quote:I was going to say the name of the program, but Cookie's point of view made change mine too. However, I can say that the only program I know to do that is not free (not like ResHack) and I think I know about that program because I saw its name in a thread here; not sure tho. RE: program that opens compressed exes ? by andrey on 10-19-2004 at 08:14 PM
quote:you mean PE Explorer ? The DOS stub header of the compressed file is code:but how can i find out the compression and a program to decompress it ? RE: program that opens compressed exes ? by CookieRevised on 10-20-2004 at 03:00 PM
quote:Proberly... and look what standard decompression method it comes with: The same I mentioned in my previous post..... quote: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. |