¡@

Home 

2014/10/16 ¤W¤È 08:20:42

android Programming Glossary: obfuscate

How do you stop Proguard from removing type parameters?

http://stackoverflow.com/questions/12924425/how-do-you-stop-proguard-from-removing-type-parameters

removing type parameters I am currently attempting to obfuscate a series of libraries. My base library which contains several..

Map API v2 Authorisation Failure

http://stackoverflow.com/questions/13803833/map-api-v2-authorisation-failure

debug_key The proguard stuff are added too but I don't obfuscate right now. DrugstoresMapActivity extends SherlockFragmentActivity..

How to avoid reverse engineering of an APK file?

http://stackoverflow.com/questions/13854425/how-to-avoid-reverse-engineering-of-an-apk-file

file generated using a signed keystore and Proguard I get obfuscated code. However the names of Android components remain unchanged.. unchanged. As per Proguard documentation the tool can't obfuscate components mentioned in the Manifest file. Now my questions..

Google Drive API doesn't play well with ProGuard (NPE)

http://stackoverflow.com/questions/14410520/google-drive-api-doesnt-play-well-with-proguard-npe

Types.java Note that I had another try is that I thought obfuscate process causes NPE happens. Hence I try to disable it using.. causes NPE happens. Hence I try to disable it using dontobfuscate . But this time I will not able to generate APK file and getting.. Conversion to Dalvik format failed with error 1 ## dontobfuscate dontwarn sun.misc.Unsafe dontwarn com.google.common.collect.MinMaxPriorityQueue..

Error while Setting of Proguard and Exporting APK

http://stackoverflow.com/questions/17985876/error-while-setting-of-proguard-and-exporting-apk

492 project.properties # To enable ProGuard to shrink and obfuscate your code uncomment this available properties sdk.dir user.home..

How do you install an APK file in the Android emulator?

http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator

an APK file in the Android emulator I finally managed to obfuscate my Android application now I want to test it by installing the..

Is it really impossible to protect Android apps from reverse engineering?

http://stackoverflow.com/questions/4336637/is-it-really-impossible-to-protect-android-apps-from-reverse-engineering

question The first stop for me would be to optimise and obfuscate the code with ProGuard which is known to work with byte code.. blames Linux of course OpenRCE and Wikipedia's article on obfuscated code may be good starting points if you want to look into this.. is now packaged with the SDK Tools. Developers can now obfuscate their code as an integrated part of a release build. share..

Proguard and reflection in Android

http://stackoverflow.com/questions/4447145/proguard-and-reflection-in-android

The first keep tells proguard to not obfuscate class names that extend YourClassName The second one says to.. to keep the constructor name init means constructor un obfuscated that has a single argument of Context and extends YourClassName..

Android: What are the recommended configurations for Proguard?

http://stackoverflow.com/questions/5068251/android-what-are-the-recommended-configurations-for-proguard

I'm developing apps for Android and using Proguard to obfuscate the code. Currently i'm using ProGuard configurations optimizationpasses..

Android Game Keeps Getting Hacked

http://stackoverflow.com/questions/5600143/android-game-keeps-getting-hacked

line that initiates the check. From here I don't want to obfuscate our code as I have seen it broken before. I want something a..

Compile with Proguard gives SimException UNEXPECTED TOP-LEVEL EXCEPTION

http://stackoverflow.com/questions/5701126/compile-with-proguard-gives-simexception-unexpected-top-level-exception

his answer . The problem goes away if you not only don't obfuscate but also skip the optimization step dontoptimize . But you want.. and equally keepparameternames if you do obfuscate this by itself might get you into troubles as well . Note that..

How to make apk Secure. Protecting from Decompile

http://stackoverflow.com/questions/6235290/how-to-make-apk-secure-protecting-from-decompile

same function semantics with the untreated codes. But the obfuscated codes are difficult to be decompiled i.e. the decompiled codes.. semantics. Theoretically if hackers have enough time obfuscated codes may still be cracked. Even some people are developing.. may still be cracked. Even some people are developing de obfuscate tool. But from the actual situation since the diversified development..

Android obfuscate app using proguard keeps obfuscating library jars - or is it?

http://stackoverflow.com/questions/6542631/android-obfuscate-app-using-proguard-keeps-obfuscating-library-jars-or-is-it

obfuscate app using proguard keeps obfuscating library jars or is it .. that after I run the release build which uses Proguard to obfuscate it crashes pretty quickly. I believe I've narrowed it down to.. build.xml file I have the following defined target name obfuscate unless do.not.compile if condition proguard.enabled then property..

How to secure my app against piracy

http://stackoverflow.com/questions/9865162/how-to-secure-my-app-against-piracy

on a rooted phone . The good news is that you can obfuscate the important pieces of your code making it harder to reverse.. Proguard is a tool provided by Android that lets you obfuscate make harder to read your code during packaging. In order to.. and online blogs describe how once the source code or even obfuscated source code is leaked once can merely add some of their own..

How do you stop Proguard from removing type parameters?

http://stackoverflow.com/questions/12924425/how-do-you-stop-proguard-from-removing-type-parameters

do you stop Proguard from removing type parameters I am currently attempting to obfuscate a series of libraries. My base library which contains several classes and methods that use type parameters is unusable by..

Map API v2 Authorisation Failure

http://stackoverflow.com/questions/13803833/map-api-v2-authorisation-failure

android name com.google.android.maps.v2.API_KEY android value debug_key The proguard stuff are added too but I don't obfuscate right now. DrugstoresMapActivity extends SherlockFragmentActivity xml version 1.0 encoding utf 8 RelativeLayout xmlns android..

How to avoid reverse engineering of an APK file?

http://stackoverflow.com/questions/13854425/how-to-avoid-reverse-engineering-of-an-apk-file

with the Android SDK. When I reverse engineer an APK file generated using a signed keystore and Proguard I get obfuscated code. However the names of Android components remain unchanged and some code like key values used in the app remains unchanged... and some code like key values used in the app remains unchanged. As per Proguard documentation the tool can't obfuscate components mentioned in the Manifest file. Now my questions are How can I completely avoid reverse engineering of an Android..

Google Drive API doesn't play well with ProGuard (NPE)

http://stackoverflow.com/questions/14410520/google-drive-api-doesnt-play-well-with-proguard-npe

com.google. But that doesn't work. NPE still happen at Types.java Note that I had another try is that I thought obfuscate process causes NPE happens. Hence I try to disable it using dontobfuscate . But this time I will not able to generate APK.. that I had another try is that I thought obfuscate process causes NPE happens. Hence I try to disable it using dontobfuscate . But this time I will not able to generate APK file and getting a popular error message Conversion to Dalvik format failed.. merging # Comment out the following line will cause popular Conversion to Dalvik format failed with error 1 ## dontobfuscate dontwarn sun.misc.Unsafe dontwarn com.google.common.collect.MinMaxPriorityQueue dontwarn javax.swing. dontwarn java.awt...

Error while Setting of Proguard and Exporting APK

http://stackoverflow.com/questions/17985876/error-while-setting-of-proguard-and-exporting-apk

42 SalesmanTracker at proguard.ProGuard.main ProGuard.java 492 project.properties # To enable ProGuard to shrink and obfuscate your code uncomment this available properties sdk.dir user.home proguard.config proguard.cfg # Project target. target android..

How do you install an APK file in the Android emulator?

http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator

do you install an APK file in the Android emulator I finally managed to obfuscate my Android application now I want to test it by installing the APK file and running it on the emulator. How can I install..

Is it really impossible to protect Android apps from reverse engineering?

http://stackoverflow.com/questions/4336637/is-it-really-impossible-to-protect-android-apps-from-reverse-engineering

android reverse engineering decompiling share improve this question The first stop for me would be to optimise and obfuscate the code with ProGuard which is known to work with byte code targeted at Android's Dalvik VM via Dex . It's a really great.. will not run under VirtualBox for this reason but she blames Linux of course OpenRCE and Wikipedia's article on obfuscated code may be good starting points if you want to look into this further. But be warned you may lose more through over zealous..

Proguard and reflection in Android

http://stackoverflow.com/questions/4447145/proguard-and-reflection-in-android

public init android.content.Context The first keep tells proguard to not obfuscate class names that extend YourClassName The second one says to keep the constructor name init means constructor un obfuscated.. class names that extend YourClassName The second one says to keep the constructor name init means constructor un obfuscated that has a single argument of Context and extends YourClassName In addition for android developers that are using the onClick..

Android: What are the recommended configurations for Proguard?

http://stackoverflow.com/questions/5068251/android-what-are-the-recommended-configurations-for-proguard

What are the recommended configurations for Proguard I'm developing apps for Android and using Proguard to obfuscate the code. Currently i'm using ProGuard configurations optimizationpasses 5 dontusemixedcaseclassnames dontskipnonpubliclibraryclasses..

Android Game Keeps Getting Hacked

http://stackoverflow.com/questions/5600143/android-game-keeps-getting-hacked

has most likely been looked at and recompiled without the line that initiates the check. From here I don't want to obfuscate our code as I have seen it broken before. I want something a little more solid and I also want to learn how to do this properly...

Compile with Proguard gives SimException UNEXPECTED TOP-LEVEL EXCEPTION

http://stackoverflow.com/questions/5701126/compile-with-proguard-gives-simexception-unexpected-top-level-exception

Eric Lafortune is the better source to explain why see his answer . The problem goes away if you not only don't obfuscate but also skip the optimization step dontoptimize . But you want to have this for the size reduction. Another way to solve.. shouldn't specify keepattributes LocalVariableTable LocalVariableTypeTable and equally keepparameternames if you do obfuscate this by itself might get you into troubles as well . Note that the second implies the first even though it may not be clear..

How to make apk Secure. Protecting from Decompile

http://stackoverflow.com/questions/6235290/how-to-make-apk-secure-protecting-from-decompile

process Class file making the treated codes accomplish the same function semantics with the untreated codes. But the obfuscated codes are difficult to be decompiled i.e. the decompiled codes are very difficult to understand therefore decompile staffs.. therefore decompile staffs are hard to understand the really semantics. Theoretically if hackers have enough time obfuscated codes may still be cracked. Even some people are developing de obfuscate tool. But from the actual situation since the.. Theoretically if hackers have enough time obfuscated codes may still be cracked. Even some people are developing de obfuscate tool. But from the actual situation since the diversified development of obfuscation the mature of obfuscation theory obfuscated..

Android obfuscate app using proguard keeps obfuscating library jars - or is it?

http://stackoverflow.com/questions/6542631/android-obfuscate-app-using-proguard-keeps-obfuscating-library-jars-or-is-it

obfuscate app using proguard keeps obfuscating library jars or is it I'm new to using Proguard so I'm probably making a newbie mistake... so I'm probably making a newbie mistake. I've got an app that after I run the release build which uses Proguard to obfuscate it crashes pretty quickly. I believe I've narrowed it down to the fact that it seems like it is obfuscating my reference.. public static final android.os.Parcelable Creator In my ant build.xml file I have the following defined target name obfuscate unless do.not.compile if condition proguard.enabled then property name obfuscate.absolute.dir location out.absolute.dir..

How to secure my app against piracy

http://stackoverflow.com/questions/9865162/how-to-secure-my-app-against-piracy

view your sourcecode if they get a copy of your apk easily available on a rooted phone . The good news is that you can obfuscate the important pieces of your code making it harder to reverse engineer. Proguard is a tool provided by Android that lets.. pieces of your code making it harder to reverse engineer. Proguard is a tool provided by Android that lets you obfuscate make harder to read your code during packaging. In order to prevent your important code from being read however you will.. paper linked above as well as numerous scholarly articles and online blogs describe how once the source code or even obfuscated source code is leaked once can merely add some of their own malicious code resign the app and publish it on the Android..