How to protect Android app against theft and modification of app itself?

后端 未结 3 1286
遥遥无期
遥遥无期 2021-01-14 17:46

There\'s a good report here of a recent scam perpetrated through the Android market.

http://www.theregister.co.uk/2011/12/12/android_market_malware/

Someone

3条回答
  •  野的像风
    2021-01-14 18:22

    Not the be-all-to-end-all but there is ProGuard:

    The ProGuard tool shrinks, optimizes, and obfuscates your code by removing unused code and renaming classes, fields, and methods with semantically obscure names. The result is a smaller sized .apk file that is more difficult to reverse engineer. Because ProGuard makes your application harder to reverse engineer.

提交回复
热议问题