由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请问java有办法隐藏source code吗
相关主题
求助大家 如何用 Eclipse 给一个project加入image求解释一下java decorator
请教问题:什么decompiler比较好请推荐一款好用的Java反编译软件(Decompiler)
spring framework不open source 了?求助JAVA问题
Java basic concept(1)How to protect Jar files from being decompiled?
Re: java class decompile问java applet的问题
入门Java CLASSPATH问题:Re: Do anyone know a good websit containing the source code of Java
java的接口runnableJAVA中文TELNET MwTerm 1.000 Final
JAVA问题求教java source code analyzing tool
相关话题的讨论汇总
话题: java话题: source话题: code话题: bytecode话题: your
进入Java版参与讨论
1 (共1页)
s***m
发帖数: 11
1
想deliver产品
但不想让用户看到source code
该怎么办
多谢
g*****n
发帖数: 37
2
No use. Java bytecode can be easily decompiled, using DJ, mocha ...

【在 s***m 的大作中提到】
: 想deliver产品
: 但不想让用户看到source code
: 该怎么办
: 多谢

xt
发帖数: 17532
3

Use obfuscation.

【在 g*****n 的大作中提到】
: No use. Java bytecode can be easily decompiled, using DJ, mocha ...
g*****n
发帖数: 37
4

Is it reliable? Has it been used in any big project?

【在 xt 的大作中提到】
:
: Use obfuscation.

xt
发帖数: 17532
5

It is reliable. This is how everyone gets its production build.

【在 g*****n 的大作中提到】
:
: Is it reliable? Has it been used in any big project?

h******b
发帖数: 312
6
use retro guard:
Java bytecode (.class and .jar files) contains much of the information in your
Java source files, leaving your products exposed to reverse engineering.
RetroGuard, a general purpose bytecode obfuscator, is designed to fit
effortlessly into your regular build and testing process, providing peace of
mind that your valuable Java code is more secure against decompilation and
other forms of reverse engineering.
http://www.retrologic.com/

【在 s***m 的大作中提到】
: 想deliver产品
: 但不想让用户看到source code
: 该怎么办
: 多谢

s***m
发帖数: 11
7
Thanks a lot
you are so nice

your

【在 h******b 的大作中提到】
: use retro guard:
: Java bytecode (.class and .jar files) contains much of the information in your
: Java source files, leaving your products exposed to reverse engineering.
: RetroGuard, a general purpose bytecode obfuscator, is designed to fit
: effortlessly into your regular build and testing process, providing peace of
: mind that your valuable Java code is more secure against decompilation and
: other forms of reverse engineering.
: http://www.retrologic.com/

h******b
发帖数: 312
8

~~~~~~~~~ 你太天真了,呵呵,我其实作恶多端!
of

【在 s***m 的大作中提到】
: Thanks a lot
: you are so nice
:
: your

w******t
发帖数: 1422
9
I have this stupid thought: why we need to do that?
(1)java means to be open source, isn't it?
(2)maybe I am not good enough, but I always think that anything I can do,
there're whole lot people can do it too (maybe even better) without look at my
code
(3)if your product needs protection, I think it's going to be complex enough,
do you think one can spend less time to redo it by reading the decompiled code
without design doc and spec doc, than redo it from scratch (if they know the
reqirements)

【在 h******b 的大作中提到】
: use retro guard:
: Java bytecode (.class and .jar files) contains much of the information in your
: Java source files, leaving your products exposed to reverse engineering.
: RetroGuard, a general purpose bytecode obfuscator, is designed to fit
: effortlessly into your regular build and testing process, providing peace of
: mind that your valuable Java code is more secure against decompilation and
: other forms of reverse engineering.
: http://www.retrologic.com/

1 (共1页)
进入Java版参与讨论
相关主题
java source code analyzing toolRe: java class decompile
请问哪位大侠有B+ tree的java source code?入门Java CLASSPATH问题:
Sun's Java Tutorial problem: failed to load appletjava的接口runnable
Sun要开源Java了JAVA问题求教
求助大家 如何用 Eclipse 给一个project加入image求解释一下java decorator
请教问题:什么decompiler比较好请推荐一款好用的Java反编译软件(Decompiler)
spring framework不open source 了?求助JAVA问题
Java basic concept(1)How to protect Jar files from being decompiled?
相关话题的讨论汇总
话题: java话题: source话题: code话题: bytecode话题: your