You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
3.1 KiB
69 lines
3.1 KiB
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
<meta http-equiv="content-style-type" content="text/css">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<title>ProGuard Screenshots</title>
|
|
</head>
|
|
<body>
|
|
|
|
<script type="text/javascript" language="JavaScript">
|
|
<!--
|
|
if (window.self==window.top)
|
|
document.write('<a class="largebutton" target="_top" href="index.html#screenshots.html">ProGuard index</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a> <a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a>')
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<a class="largebutton" target="_top" href="index.html#screenshots.html">ProGuard index</a>
|
|
<a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a>
|
|
<a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a>
|
|
<a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a>
|
|
</noscript>
|
|
|
|
<h2>Screenshots</h2>
|
|
|
|
<table><tr><td>
|
|
<a href="screenshot_gui1.gif" target="other">
|
|
<img src="screenshots_gui_small.gif" width="320" height="223" align="right"
|
|
alt="GUI screenshot" usemap="#guimap" /></a>
|
|
|
|
<map id="guimap" name="guimap">
|
|
<area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other">
|
|
<area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
|
|
<area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other">
|
|
<area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
|
|
<area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other">
|
|
<area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other">
|
|
<area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other">
|
|
<area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
|
|
</map>
|
|
|
|
The graphical user interface to <b>ProGuard</b> works like a wizard. It allows
|
|
you to browse through the presented tabs and fill them out.
|
|
<p>
|
|
You can click on the small tab buttons to see the full-size versions of the
|
|
tabs.
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
<a href="screenshot_console.gif" target="other">
|
|
<img src="screenshot_console_small.gif" width="320" height="268" align="left"
|
|
alt="Console screenshot" /></a>
|
|
|
|
Of course, real developers don't need all this point-and-click fluff. They
|
|
write short configuration files using their favorite text editors and invoke
|
|
<b>ProGuard</b> from the command-line.
|
|
<p>
|
|
You can click on the image to see the full-size version.
|
|
|
|
</td></tr></table>
|
|
|
|
<hr />
|
|
<address>
|
|
Copyright © 2002-2014
|
|
<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a> @ <a target="top" href="http://www.saikoa.com/">Saikoa</a>.
|
|
</address>
|
|
</body>
|
|
</html>
|