Re: closed source
Alan Kennedy <alanmk@hotmail .com> writes:
[color=blue]
> I could imagine that decompiled jythonc'ed jython classes would be
> quite hard to understand, especially if you're not familiar with
> jython.
>
> But certainly not impossible. It's more of a hindrance than a
> showstopper.[/color]
Also, whether Jython, or a Java obfuscator, it's not like the person
has to understand the majority of the application. All they need to
locate is the section that does the authentication or startup check,
and change just enough code to bypass it. Since there are typically
messages output when such checks fail, it's often easy to zero in on
the code involved.
-- David
Alan Kennedy <alanmk@hotmail .com> writes:
[color=blue]
> I could imagine that decompiled jythonc'ed jython classes would be
> quite hard to understand, especially if you're not familiar with
> jython.
>
> But certainly not impossible. It's more of a hindrance than a
> showstopper.[/color]
Also, whether Jython, or a Java obfuscator, it's not like the person
has to understand the majority of the application. All they need to
locate is the section that does the authentication or startup check,
and change just enough code to bypass it. Since there are typically
messages output when such checks fail, it's often easy to zero in on
the code involved.
-- David
Comment