Dear Android security members I always thanks for advices and answers
Now I have a basic question. Is it possible to change java byte code that is compiled for Android application? Is there any security problem? When I just think about this problem, It is impossible because it has some security issues in the case of Android. But it is just intuitive conclusion because I don’t have enough knowledge or reference. Anyone gives me some information or references. I really thank for these. I just want to make several android applications without compile again. But it makes some complains such as “INSTALL_FAILED_ALREADY_EXISTS”. When I searched some tips to install an application that has the same package name that is written in java code and already an application is installed in the Android there are two ways. The first approach is removing an application that is in the Android. The second approach is changing package name of which an application that will be installed has. To change the package name I have to compile java source code again. But I can’t compile it again because of client’s requirements. So I want to find a way to change java byte code that is already compiled. Is that possible to change java byte code of Android? Does it have some security issues? So is it impossible? Thanks for your reading. -- 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.
