Initial commit, converted from http://varaneckas.com/jad/

This commit is contained in:
Travis Burtrum 2015-01-12 23:04:00 -05:00
commit 8243a68c96
19 changed files with 134 additions and 0 deletions

49
index.html Normal file
View File

@ -0,0 +1,49 @@
<h1 id="jad-java-decompiler-download-mirror">JAD Java Decompiler Download Mirror</h1>
<p>As http://www.kpdus.com is no longer accessible, JAD Java Decompiler download is extremely hard to find. Here is a mirror where you can get JAD for various platforms.</p>
<ul>
<li><a href="jad158g.win.zip">Jad 1.5.8g for Windows 9x/NT/2000 on Intel platform</a> (238600 bytes).</li>
<li><a href="jad158g.mac.intel.zip">Jad 1.5.8g for Mac OS X 10.4.6 on Intel platform</a> (170707 bytes, compiled by GCC 4.0).</li>
<li><a href="jad158e.hpux.zip">Jad 1.5.8e for HP-UX 11.x</a> (293214 bytes).</li>
<li><a href="jad158e.linux.intel.zip">Jad 1.5.8e for Linux on Intel platform</a> (214917 bytes).</li>
<li><a href="jad158e.linux.static.zip">Jad 1.5.8e for Linux (statically linked)</a> (389972 bytes) - take this version if the one above crashes or displays the &quot;seek error&quot; message.</li>
<li><a href="jad158d.os2.zip">Jad 1.5.8d for OS/2</a> (288717 bytes) - OS/2 version was cross-compiled on Windows using EMX and RSXNT packages, therefore it requires EMX runtime (EMX.DLL should be enough).</li>
<li><a href="jad158c.freebsd.zip">Jad 1.5.8c for FreeBSD 4.0</a> (322311 bytes) - statically linked.</li>
<li><a href="jad158c.openbsd.zip">Jad 1.5.8c for OpenBSD 2.7</a>(334499 bytes) - statically linked.</li>
<li><a href="jad158c.netbsd.zip">Jad 1.5.8c for NetBSD 1.5</a> (324440 bytes) - statically linked.</li>
<li><a href="jad158c.solaris.intel.zip">Jad 1.5.8c for Solaris 8 on Intel platform</a> (264751 bytes).</li>
<li><a href="jad158c.mac.powerpc.zip">Jad 1.5.8c for Mac OS X (Darwin 1.3) on PowerPC platform</a> (266264 bytes).</li>
<li><a href="jad157g.linux.sun.zip">Jad 1.5.7g for Linux on Sun Sparc platform</a> (180606 bytes).</li>
<li><a href="jad157g.linux.sun.static.zip">Jad 1.5.7g for Linux on Sun Sparc platform</a> (346221 bytes) - statically linked.</li>
<li><a href="jad157f.solaris.sun.zip">Jad 1.5.7f for Solaris 7 on Sun Sparc platform</a> (318096 bytes) - compiled on Sun 4m (Sparc10) using GCC 2.8.1, statically linked. Works on Solaris 2.6 as well.</li>
<li><a href="jad158g.win.zip">Jad 1.5.7f for BeOS 5.0 on Intel platform</a> (245422 bytes) - statically linked.</li>
<li><a href="jad157b.mac.powerpc.zip">Jad 1.5.7b for Mac OS X (Rhapsody 5.3) on PowerPC platform</a> (372317 bytes).</li>
<li><a href="jad157a.solaris.intel.zip">Jad 1.5.7a for Solaris 7 on Intel platform</a> (252582 bytes) - try the version for Solaris 8 instead.</li>
<li><a href="jad1553.aix.zip">Jad 1.5.5.3 for AIX 4.2 on IBM RS/6000 platform</a> (360970 bytes).</li>
</ul>
<h1 id="installation">Installation</h1>
<p>Unzip jad.zip file into any appropriate directory on your hard drive. This will create two files:</p>
<ul>
<li>an executable file named 'jad.exe' (Windows 9x/NT/2000) or 'jad' (UNIX)</li>
<li>README file 'Readme.txt', which contains the short user's manual</li>
</ul>
<p>For UNIX users: make 'jad' executable: <code>chmod a+x jad</code><br />No further setup is required.</p>
<h1 id="disclaimer">Disclaimer</h1>
<pre><code>JAD is Copyright 1997-2001 Pavel Kouznetsov.
All rights reserved.
THIS SOFTWARE IS PROVIDED ``AS IS&#39;&#39; AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. THE SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE
IN ON-LINE CONTROL OF AIRCRAFT, AIR TRAFFIC, AIRCRAFT NAVIGATION OR AIRCRAFT
COMMUNICATIONS; OR IN THE DESIGN, CONSTRUCTION, OPERATION OR MAINTENANCE OF
ANY NUCLEAR FACILITY. THE AUTHOR DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OFFITNESS
FOR SUCH USES. YOU MUST REPRESENT AND WARRANT THAT YOU WILL NOT
USE THE SOFTWARE FOR SUCH PURPOSES</code></pre>

BIN
jad1553.aix.zip Normal file

Binary file not shown.

BIN
jad157a.solaris.intel.zip Normal file

Binary file not shown.

BIN
jad157b.mac.powerpc.zip Normal file

Binary file not shown.

BIN
jad157f.solaris.sun.zip Normal file

Binary file not shown.

Binary file not shown.

BIN
jad157g.linux.sun.zip Normal file

Binary file not shown.

BIN
jad158c.freebsd.zip Normal file

Binary file not shown.

BIN
jad158c.mac.powerpc.zip Normal file

Binary file not shown.

BIN
jad158c.netbsd.zip Normal file

Binary file not shown.

BIN
jad158c.openbsd.zip Normal file

Binary file not shown.

BIN
jad158c.solaris.intel.zip Normal file

Binary file not shown.

BIN
jad158d.os2.zip Normal file

Binary file not shown.

BIN
jad158e.hpux.zip Normal file

Binary file not shown.

BIN
jad158e.linux.intel.zip Normal file

Binary file not shown.

BIN
jad158e.linux.static.zip Normal file

Binary file not shown.

BIN
jad158g.mac.intel.zip Normal file

Binary file not shown.

BIN
jad158g.win.zip Normal file

Binary file not shown.

85
readme.md Normal file
View File

@ -0,0 +1,85 @@
JAD Java Decompiler Download Mirror
===================================
As http://www.kpdus.com is no longer accessible, JAD Java Decompiler
download is extremely hard to find. Here is a mirror where you can get
JAD for various platforms.
- [Jad 1.5.8g for Windows 9x/NT/2000 on Intel
platform](jad158g.win.zip) (238600 bytes).
- [Jad 1.5.8g for Mac OS X 10.4.6 on Intel
platform](jad158g.mac.intel.zip) (170707 bytes, compiled by GCC
4.0).
- [Jad 1.5.8e for HP-UX 11.x](jad158e.hpux.zip) (293214 bytes).
- [Jad 1.5.8e for Linux on Intel platform](jad158e.linux.intel.zip)
(214917 bytes).
- [Jad 1.5.8e for Linux (statically linked)](jad158e.linux.static.zip)
(389972 bytes) - take this version if the one above crashes or
displays the "seek error" message.
- [Jad 1.5.8d for OS/2](jad158d.os2.zip) (288717 bytes) - OS/2 version
was cross-compiled on Windows using EMX and RSXNT packages,
therefore it requires EMX runtime (EMX.DLL should be enough).
- [Jad 1.5.8c for FreeBSD 4.0](jad158c.freebsd.zip) (322311 bytes) -
statically linked.
- [Jad 1.5.8c for OpenBSD 2.7](jad158c.openbsd.zip)(334499 bytes) -
statically linked.
- [Jad 1.5.8c for NetBSD 1.5](jad158c.netbsd.zip) (324440 bytes) -
statically linked.
- [Jad 1.5.8c for Solaris 8 on Intel
platform](jad158c.solaris.intel.zip) (264751 bytes).
- [Jad 1.5.8c for Mac OS X (Darwin 1.3) on PowerPC
platform](jad158c.mac.powerpc.zip) (266264 bytes).
- [Jad 1.5.7g for Linux on Sun Sparc platform](jad157g.linux.sun.zip)
(180606 bytes).
- [Jad 1.5.7g for Linux on Sun Sparc
platform](jad157g.linux.sun.static.zip) (346221 bytes) - statically
linked.
- [Jad 1.5.7f for Solaris 7 on Sun Sparc
platform](jad157f.solaris.sun.zip) (318096 bytes) - compiled on Sun
4m (Sparc10) using GCC 2.8.1, statically linked. Works on Solaris
2.6 as well.
- [Jad 1.5.7f for BeOS 5.0 on Intel platform](jad158g.win.zip) (245422
bytes) - statically linked.
- [Jad 1.5.7b for Mac OS X (Rhapsody 5.3) on PowerPC
platform](jad157b.mac.powerpc.zip) (372317 bytes).
- [Jad 1.5.7a for Solaris 7 on Intel
platform](jad157a.solaris.intel.zip) (252582 bytes) - try the
version for Solaris 8 instead.
- [Jad 1.5.5.3 for AIX 4.2 on IBM RS/6000 platform](jad1553.aix.zip)
(360970 bytes).
Installation
============
Unzip jad.zip file into any appropriate directory on your hard drive.
This will create two files:
- an executable file named 'jad.exe' (Windows 9x/NT/2000) or 'jad'
(UNIX)
- README file 'Readme.txt', which contains the short user's manual
For UNIX users: make 'jad' executable: `chmod a+x jad`
No further setup is required.
Disclaimer
==========
JAD is Copyright 1997-2001 Pavel Kouznetsov.
All rights reserved.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. THE SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE
IN ON-LINE CONTROL OF AIRCRAFT, AIR TRAFFIC, AIRCRAFT NAVIGATION OR AIRCRAFT
COMMUNICATIONS; OR IN THE DESIGN, CONSTRUCTION, OPERATION OR MAINTENANCE OF
ANY NUCLEAR FACILITY. THE AUTHOR DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OFFITNESS
FOR SUCH USES. YOU MUST REPRESENT AND WARRANT THAT YOU WILL NOT
USE THE SOFTWARE FOR SUCH PURPOSES