bb_mug Overviewbb_mug is a simple, tiny and fast Java class obfuscator. This software is published under our NON COMMERCIAL LICENSE. If you plan to use any of this software in a commercial product, contact the author for conditions and permissions. Read, understand and accept the disclaimer before download and using bb_mug.
bb_mug History
What does it do?
How does it work?bb_mug requires 2 arguments
Usage from command lineMy command line looks likejava -jar /tools/bb_mug.jar <inpath> <outpath> Usage from ANTMy ANT targets look like<target name="mug" depends="init" > <mkdir dir="${class.final}"/> <java classname="de.bb.mug.Main" fork="yes"> <arg value="${class.src}"/> <arg value="${class.final}"/> <classpath> <pathelement path="${java.class.path}"/> <pathelement location="tools/bb_mug.jar" /> </classpath> </java> </target> legal infoDisclaimer of Warranty Software is provided "AS IS," without a warranty of any kind. You may use it on your own risk. Limitation of Liability I SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY YOU OR ANY THIRD PARTY AS A RESULT OF USING OR DISTRIBUTING SOFTWARE. IN NO EVENT WILL I BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF I HAVE ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright (c) 2002-2006 by BebboSoft, Stefan "Bebbo" Franke, all rights reserved |