Decompiling Java works great, decompiling C++ is nearly impossible. You may be able to disassemble it, but it probably won't be very useful for debugging the original C++. (*Chris*)
-----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED] On Behalf Of Michael Weller Sent: Saturday, June 26, 2004 3:37 am To: [EMAIL PROTECTED] Subject: Re: [SERVLET-INTEREST] parsing .class file and .exe file I think instead of "parsing" he means "decompile", does he? Why don't you leave the compilation step out and run your not-written program on the sources, do your tests or whatever and the build? Let me guess: You want to use servlets for the upload part (just trying to make this Q servlet related)!? -mw Chris Pratt wrote: >How do you plan to parse a binary, machine language, .exe file into a text >file? And what good would it do if you could? > (*Chris*) > >-----Original Message----- >From: A mailing list for discussion about Sun Microsystem's Java Servlet API >Technology. [mailto:[EMAIL PROTECTED] On Behalf Of Zouhua Ding >Sent: Monday, June 21, 2004 11:13 pm >To: [EMAIL PROTECTED] >Subject: Re: [SERVLET-INTEREST] parsing .class file and .exe file > >Hi, > >Maybe I did not state clearly my problem. >We have tried serveral different software testing software, such as Junit, >WinRunner(Compuware), QARun(Rational), etc. They are good in some aspects. > >But we want to build our own software testing software based on our new >developed algorithms. This testing software is going to test C++ program >and/or Java program. The first step is to read .exe file or .class file >and then parse them into text file, then use our algorithms to analyze >those text files to find possible error, fault, or do optimization. > >Thanks for your help! > >ZDing > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html