Message-ID: <00b801bee302$4eaaaac0$a906fea9@main> From: "Nick Read" To: "Djgpp-Users" Subject: Fw: decompilation - of course! Date: Tue, 10 Aug 1999 17:30:54 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: Chris Holmes Newsgroups: comp.os.msdos.djgpp To: Sent: Monday, August 09, 1999 3:32 AM Subject: Re: decompilation - of course! > Radical NetSurfer wrote: > > > > Its not impossible, > > Its not as difficult as some would have you believe. Of course it is possible. It is also EASIER than some would like you have believe. But answer me this.... Why bother? Is it really worth it? At least the following guy agrees.... > I beg to differ. It's extremely easy to disassemble something, but > you can (probably) never produce the original source code. For one, > you lose all variable names. Also, most compilers will unroll some of > your loops and add new variables and take some away. It's not easy > to build structures back once they have been optimized by the compiler. Don't forget that you loose any commenting that was present before hand. You try working through thousands of lines of code, trying to figure out what in the world it all does!! Of course, if you are one of those people who don't comment there code anyway, then decompilation may seem like a good way to lose your sanity and waste several hours of your day. Best Regards, Nick Read