原文地址: http://tangmingjie2009.iteye.com/blog/1916992 本机Eclipse版本: Eclipse Java EE IDE for Web Developers. Version: Kepler Service Release 1 试验成功 Eclipse的反编译插件一直在用jad,感觉很不错。 刚下了个新版的eclipse,配置jad的时
断言: assert false; 反编译成了 if (!$assertionsDisabled) throw new AssertionError(); assert false : "Element with fixed may not be EMPTY or ELEMENT_ONLY"; 反编译成了: if (!$assertionsDisabled) thr
FAQ Q1: Is the source code of Jad available? A1: Currently I have no plans to release the Jad source code for any purposes including porting to other computer platforms. Q2: What is the option -
java的class文件反编译工具jad的应用 JAD下载地址:http://www.varaneckas.com/jadJAD用法具体用法: Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov (jad@kpdus.com).Usage: jad [option(s)] <filename(s)>Options: -a - genera