WebApp Sec mailing list archives

Re: how to convert JAR file to source code


From: "Dwayne A. Ghant" <dghant () temple edu>
Date: Fri, 25 Apr 2008 10:44:37 -0400

jar files use the same compression  algorithm  as zip does.
with that said a jar is really a zip or vice versa. lol

jar files are usually library files that maintain a directory
class structure for java applications. There may be more
than one api inside that jar file.

Now if you meant that you would like to decompile .class files
then that's a different story. Here's the tool that I use:

cavaj java Decompiler 1.11

Just google for a good free java decompiler.



Application Tester wrote:
hi

Is there any free tool that can convert *.jar files to source code?

Thanks in advance
App. Tester.
[+ +]
  ^



-------------------------------------------------------------------------
Sponsored by: Watchfire Methodologies & Tools for Web Application Security Assessment With the rapid rise in the number and types of security threats, web application security assessments should be considered a crucial phase in the development of any web application. What methodology should be followed? What tools can accelerate the assessment process? Download this Whitepaper today!
https://www.watchfire.com/securearea/whitepapers.aspx?id=70170000000940F
-------------------------------------------------------------------------



--
Dwayne A. Ghant
Application Developer
Temple University
215.204.3467
dghant () temple edu
-----------------------------
CONFIDENTIALITY STATEMENT: The information contained in this e-mail, including attachments, is the confidential 
information of, and/or is the property of, Temple University. The information is intended for use solely by the 
individual or entity named in the e-mail. If you are not an intended recipient or you received this in error, then any 
review, printing, copying, or distribution of any such information is prohibited. Please notify the sender immediately 
by reply e-mail and then delete this e-mail from your system.


-------------------------------------------------------------------------
Sponsored by: Watchfire Methodologies & Tools for Web Application Security Assessment With the rapid rise in the number and types of security threats, web application security assessments should be considered a crucial phase in the development of any web application. What methodology should be followed? What tools can accelerate the assessment process? Download this Whitepaper today!
https://www.watchfire.com/securearea/whitepapers.aspx?id=70170000000940F
-------------------------------------------------------------------------


Current thread: