高分!求教Java混淆器或者class文件加密工具

love_lanchong 2009-12-13 05:40:33
有相关经验的请加我QQ404331164,我已经试过很多了,都不成功,应该是我的使用方法不当。
现在小弟向大家请教,问题解决后高分相送,谢谢大家
...全文
2441 37 打赏 收藏 转发到动态 举报
写回复
用AI写文章
37 条回复
切换为时间正序
请发表友善的回复…
发表回复
student_m 2012-07-31
  • 打赏
  • 举报
回复
[Quote=引用 35 楼 的回复:]

You should make sure all file names correspond to their class names. The directory hierarchies must correspond to the package hierarchies. If you don't mind the mentioned classes not being written ou……
[/Quote]

我也遇到了这个问题, 各位朋友知道的请回复下。 谢谢
student_m 2012-07-31
  • 打赏
  • 举报
回复
[Quote=引用 13 楼 的回复:]

谢谢10楼和11楼,能不能详细说说GUI界面的每一步应该怎样选?全是英文的不大会操作
[/Quote]

同问!!!
传智二哥 2011-05-11
  • 打赏
  • 举报
回复
You should make sure all file names correspond to their class names. The directory hierarchies must correspond to the package hierarchies. If you don't mind the mentioned classes not being written out, you could try your luck using the '-ignorewarnings' option.
这个问题我也遇到了,各位知道该怎么办吗
hdzjcsdn 2010-08-07
  • 打赏
  • 举报
回复
没一个明白的,不爽!
Alex-Lee 2010-05-18
  • 打赏
  • 举报
回复
有用过java_protect这个加密工具的朋友吗?注册码怎么获取啊??? QQ:33857734
Alex-Lee 2010-05-18
  • 打赏
  • 举报
回复
有用过java_protect这个加密工具的朋友吗?我加密Jar包后,classloader.dll这个文件加载不了,程序运行不了,有相关经验的请说说,注册码怎么获取啊??? QQ:33857734
  • 打赏
  • 举报
回复
有不用加密狗的,用授权文件加密即可,http://euse.cn/solution/
  • 打赏
  • 举报
回复
love_lanchong研究好
love_lanchong 2009-12-23
  • 打赏
  • 举报
回复
[Quote=引用 28 楼 lstc 的回复:]
可以使用加密狗对jar文件加密,class文件打包成jar包,如果是可执行的jar文件那么可以直接就jar文件加壳,如果是库文件,可以采用数据加密的方式来加密jar包
QQ:476833461

[/Quote]

一个加密狗对应一个软件,那样用起来成本高了,用起来也不是很方便啊
lstc 2009-12-18
  • 打赏
  • 举报
回复
可以使用加密狗对jar文件加密,class文件打包成jar包,如果是可执行的jar文件那么可以直接就jar文件加壳,如果是库文件,可以采用数据加密的方式来加密jar包
QQ:476833461
love_lanchong 2009-12-17
  • 打赏
  • 举报
回复
顶起来啊
shao_luck 2009-12-16
  • 打赏
  • 举报
回复
MD5加密,谁知道加密码的方法的?
love_lanchong 2009-12-16
  • 打赏
  • 举报
回复
有用过java_protect这个加密工具的朋友吗?我加密Jar包后,classloader.dll这个文件加载不了,程序运行不了,有相关经验的请说说
huntor 2009-12-14
  • 打赏
  • 举报
回复
[Quote=引用 16 楼 love_lanchong 的回复:]
谢谢帮顶的,等待来接分,大致讲解一下GUI配置步骤的
[/Quote]
我没有用过混淆器。找了一个
http://www.blogjava.net/DreamAngel/archive/2009/11/23/303380.html
love_lanchong 2009-12-14
  • 打赏
  • 举报
回复
谢谢楼上,我的lib目录下已经有org.apache.tools.zip_1.0.0.jar这个包,但现在混淆时报错如下,应该怎样解决啊??

Warning: com.wintaobao.utils.HttpUtils: can't find referenced method 'void setEntity(org.apache.http.HttpEntity)' in class org.apache.http.client.methods.HttpPost
Warning: com.wintaobao.utils.HttpUtils: can't find referenced method 'void abort()' in class org.apache.http.client.methods.HttpGet
Warning: com.wintaobao.utils.HttpUtils: can't find referenced method 'void abort()' in class org.apache.http.client.methods.HttpPost
Warning: com.wintaobao.auth.dll.Authentication: can't find referenced method 'void abort()' in class org.apache.http.client.methods.HttpPost
Warning: com.wintaobao.auth.dll.Authentication: can't find referenced method 'void setEntity(org.apache.http.HttpEntity)' in class org.apache.http.client.methods.HttpPost
Warning: there were 5 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
Please correct the above warnings first.
紫炎圣骑 2009-12-14
  • 打赏
  • 举报
回复
而且如果用到反射的话,就更玩不转了
紫炎圣骑 2009-12-14
  • 打赏
  • 举报
回复
为什么要混淆?

以后如果升级的话会很麻烦的

huntor 2009-12-14
  • 打赏
  • 举报
回复
[Quote=引用 20 楼 love_lanchong 的回复:]
又出现了新的错误如下:

Note: there were 735 duplicate class definitions.
Warning: there were 186 classes in incorrectly named files.
        You should make sure all file names correspond to their class names.
        The directory hierarchies must correspond to the package hierarchies.
        If you don't mind the mentioned classes not being written out,
        you could try your luck using the '-ignorewarnings' option.
Please correct the above warnings first.

[/Quote]
http://proguard.sourceforge.net/manual/troubleshooting.html#duplicateclass
huntor 2009-12-14
  • 打赏
  • 举报
回复
[Quote=引用 19 楼 love_lanchong 的回复:]
意思是不是没有找到org.apache.http.client.methods.HttpGet
程序被终止了啊?我该导入什么包啊
[/Quote]
apache httpclient
http://hc.apache.org/httpcomponents-client/index.html
love_lanchong 2009-12-14
  • 打赏
  • 举报
回复
又出现了新的错误如下:

Note: there were 735 duplicate class definitions.
Warning: there were 186 classes in incorrectly named files.
You should make sure all file names correspond to their class names.
The directory hierarchies must correspond to the package hierarchies.
If you don't mind the mentioned classes not being written out,
you could try your luck using the '-ignorewarnings' option.
Please correct the above warnings first.
加载更多回复(17)

62,614

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧