Sunday, August 1, 2010

[android-developers] Re: Compiling and obfuscating by command line...

Pointing out the pitfalls of obfuscation is NOT "moving the thread off
topic". For in order for you to understand the answer to your
immediate question, "has anyone had success" at it, you have to
understand what 'success' could MEAN in the context. And DanH has been
quite generous with exactly the background to understanding how
limited that success will be.

On Jul 30, 9:46 am, sblantipodi <perini.dav...@dpsoftware.org> wrote:
> You are so kind answering me and I really appreciate it
> but there are many answers, all are off topic.
> I haven't asked if it is good to obfuscate or if I need to switch to
> NDK,
> I asked if someone succeded obfuscating standard android class using
> ant.
>
> Please don't move this thread off topic.
> Thanks to all.
>
> On Jul 30, 5:37 pm, DanH <danhi...@ieee.org> wrote:> Keep in mind that what goes onto the phone isn't Java bytecodes but
> > rather the Dalvik translation.  Much harder to back-translate than
> > bytecodes.
>
> > (I've seen obfuscated bytecodes and it's not pretty.  Class loading
> > time goes up, execution efficiency is reduced, the odds of hitting a
> > bug, either in the obfuscator or in the JVM, is greatly increased.)
>
> > On Jul 30, 9:11 am, sblantipodi <perini.dav...@dpsoftware.org> wrote:
>
> > > Ok, thanks for the suggestions, any other idea? :)
>
> > > On Jul 30, 2:59 pm, DanH <danhi...@ieee.org> wrote:
>
> > > > Just say no to obfuscation.
>
> > > > On Jul 30, 3:36 am, sblantipodi <perini.dav...@dpsoftware.org> wrote:
>
> > > > > Since I'm going mad trying obfuscating my projects on Netbeans and
> > > > > it's not reasonable
> > > > > at the moment for me to switch to Eclipse I need a command line script
> > > > > that let me
> > > > > build and obfuscate my APK...
>
> > > > > Is there some example script, or some tutorial that could help me in
> > > > > this "intent"?
> > > > > Thanks.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment