1
Ask a Question / Re: Subject to protect their games and applications
« on: June 20, 2014, 09:28:04 pm »From all the stackOverflow posts, it is much simpler to do than I thought. Guess there is no way around this, and PlayStore is quite lenient with copyright as well.but how do you extract these resources? or hack into a game?
It's very easy, really.
Just extract the .apk file (as you would do with a normal .zip file, for example with 7-Zip). Now browse into the folder, find assets and you can copy all the graphics
Good chance a game that you make will be copied within hours (if gets popular).
From what I read about ProGuard, it doesn't save your resources, just saves the code a little by messing up with the variable and function names and semantics.
Quote
"The ProGuard tool shrinks, optimizes, and obfuscates your code by removing unused code and renaming classes, fields, and methods with semantically obscure names."