Monkey Code Obfuscation

Monkey Forums/Monkey Programming/Monkey Code Obfuscation

Boulderdash(Posted 2016) [#1]
I have written a complex program that I dont wont decompiled and uploaded to github.

Code Obfuscation Apps.

Every last one I have tested is crap and fails to do anything.

Is anyone working on one specifically written for Monkey ?

I need one so im going to write one and add it to my website next year.

Variable and method names will be all be scrambled, white space removed and whatever else evolves as I get deeper into development of the app, the idea is to hide the original formatting, and make it as unreadable as possible.

how many monkey users want something like this to stop code decompiling ?


SLotman(Posted 2016) [#2]
Monkey is just a translator. You'll need one obfuscater for every target.

And obfuscated code won't stop decompiling. It only will make it hard for whoever decompiled your code to read it.


Boulderdash(Posted 2016) [#3]
Im going to write it for the targets that can have there source code viewed ie: HTML also I want my Android Target Obfuscation (android is the one I want).

Executables dont have readable souurce code inside them.

I am not trying to stop anyone from decompiling and reading the code thats impossible?

I intend on writing an app that makes it harder to read the original code.