Binary Protection: Insufficient Code Obfuscation

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Gurgen
Posts: 34
Joined: Thu Dec 10, 2015 2:09 pm

Binary Protection: Insufficient Code Obfuscation

Post by Gurgen »

Hi Livecoders,

Is it possible to do Livecode Android app code obfuscation? I know Google has included one of the most popular of these tools, ProGuard, as part of the Android SDK. Is there any way to enable it?

Thanks,
Gurgen
LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1235
Joined: Thu Apr 11, 2013 11:27 am

Re: Binary Protection: Insufficient Code Obfuscation

Post by LCMark »

@Gurgen: Only a small part of the engine is written in Java on Android - the majority is native code - so the amount of Java which could be protected is very small (also we are open-source, so the code is freely available online). Is there a specific reason why you would need to obfuscate the engine Java code?
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Binary Protection: Insufficient Code Obfuscation

Post by MaxV »

If you buy the commercial version, user can't see your code. You have encrypt with password option on your stacks.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Post Reply