Consider any code you release insecure. If you worried about people
reversing things, place them server side and serve up the data to the
client.

Native code is just as easily reversed as Dalvik code.

-Tim Strazzere


On Wed, May 11, 2011 at 2:35 PM, Twinkie <[email protected]> wrote:

> Is it true that since the Java bytecode is easily decompiled, security
> sensitive logic for Android apps should be written in C/C++ native
> code?
>
> I know there exist C/C++ decompilers too, but my colleagues think the
> decompiled version is far more difficult to read. I was wondering
> about that.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Security Discussions" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/android-security-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to