Added more links.

Fixed download address.
Updated FAQ.


git-svn-id: https://svn.code.sf.net/p/jode/code/branches/branch_1_1@1322 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
hoenicke 23 years ago
parent fbcfb06d90
commit dd5112302f
  1. 2
      jode/doc/download.php
  2. 6
      jode/doc/faq.php
  3. 2
      jode/doc/header.inc
  4. 13
      jode/doc/links.php
  5. 2
      jode/doc/usage.php

@ -2,7 +2,7 @@
<h1>Download</h1> <h1>Download</h1>
<p>Jode is available in the <? <p>Jode is available in the <?
sflink("project/filelist.php")?>download area</a> in source or sflink("project/showfiles.php")?>download area</a> in source or
binary form. For compiling the source code, you need several other binary form. For compiling the source code, you need several other
packages, check the <?php selflink("links") ?>links page</a>. You packages, check the <?php selflink("links") ?>links page</a>. You
need a unix like environment for compilation.</p> need a unix like environment for compilation.</p>

@ -31,6 +31,12 @@ loading classes can have side effects, e.g. when AWT classes are
loaded, an AWT thread is created, even though Jode doesn't need loaded, an AWT thread is created, even though Jode doesn't need
it.</p> it.</p>
<h3>Why doesn't Jode decompile my inner class
<code>MyClass$Inner.class</code>?</h3>
<p>You should decompile the outermost class (<code>MyClass</code> in
this case). The produced code contains the inner class. </p>
<h2>Obfuscator issues</h2> <h2>Obfuscator issues</h2>
<h3>What should be included in the classpath?</h3> <h3>What should be included in the classpath?</h3>

@ -42,7 +42,7 @@ body { color:#000000; background-color: #FFFFFF; }
<body text=#000000 bgcolor=#FFFFFF> <body text=#000000 bgcolor=#FFFFFF>
<table cellpadding=4 cellspacing=1 width=100% <table cellpadding=4 cellspacing=1 width="100%"
><tr ><tr
><td align="left" ><td align="left"
><img src="jode-logo.gif" alt="JODE" width=286 height=110 ><img src="jode-logo.gif" alt="JODE" width=286 height=110

@ -28,6 +28,19 @@ strings. But <i>JODE</i>'s deobfuscator can undo both.</li>
href="http://jedit.standmed.com/plugins/JavaInsight">JavaInsight plugin</a> for href="http://jedit.standmed.com/plugins/JavaInsight">JavaInsight plugin</a> for
<a href="http://jedit.sourceforge.net/">jEdit</a>.</li> <a href="http://jedit.sourceforge.net/">jEdit</a>.</li>
</ul> </ul>
<h3>Software Directories</h3>
<ul>
<li>Get everything and anything for Linux at the
<a href="http://www.linux-directory.com" target="_top"
><IMG SRC="http://www.linux-directory.com/button_88x31.gif"
WIDTH=88 HEIGHT=31 BORDER=0 ALT="Linux Directory"></a>.
</li>
<li>A great place for developing free software is
<a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=3790&type=1"
border=0 width=88 height=31 alt="SourceForge"></a>
</li>
</ul>
<h3>Miscellanous packages needed to run JODE</h3> <h3>Miscellanous packages needed to run JODE</h3>
<dl> <dl>
<dt>CYGWIN (unix tools for win95/NT)</dt> <dt>CYGWIN (unix tools for win95/NT)</dt>

@ -97,7 +97,7 @@ into GPL programs. Please tell me if you use <i>JODE</i> in this
way.</p> way.</p>
<p>You should ship <code>jode-1.1-embedded.jar</code> with your program. This jar file is <p>You should ship <code>jode-1.1-embedded.jar</code> with your program. This jar file is
available in the <? sflink("project/filelist.php") ?>download area</a>. available in the <? sflink("project/showfiles.php") ?>download area</a>.
It works only under JDK&nbsp;1.2 and above.</p> It works only under JDK&nbsp;1.2 and above.</p>
<a name="optimizer"><h1>Using the Obfuscator</h1> <a name="optimizer"><h1>Using the Obfuscator</h1>

Loading…
Cancel
Save