分类目录
-
近期文章
最新评论
- 正在加载...
标签
Add new tag asp.net 1.0 asp.net 2.0 Concurrent Version Syste CVS discuz7 drupal ExtJS ExtJS新书 firefox firefox Modal Dialog firefox td height Firefox tr行高 gmail gmail theme ie8 Incorrect integer value Linux Microsoft Visual SourceSafe mysql.cnf Mysql.ini Mysql 1067 mysql STRICT_TRANS_TABLES sql-mode Subversion SVN ValidateRequest vs2008系统找不到指定的文件 VS2008调试 VSS Web UI测试 Web软件易用性测试 windows 7 Windows Mobile 6.5 WordPress插件 “web.Global”不明确 下拉列表firefox宽度 下拉框firefox宽度 危险的 Request.Form 值 反编译jar 反编译java 显式指定程序集 浏览器测试 绿色版的IE6 网络版软件Blogroll
最新评论
Tag Archives: 反编译jar
反编译jar包
//首先使用解压缩软件(winrar/alzip)将jar文件解压缩.
//然后使用jad对解压后的文件进行反编译
//其中-r 表示恢复源文件的目录结构, -ff 表示将类属性定义放在类方法定义之前
// -d 表示输出目录, -s 表示文件的扩展名 Continue reading