Most voted "obfuscation" questions
Code Obfuscation or Code Obfuscation is the name given to a deliberate attempt to make a programming code difficult for other people to understand.
Learn more…7 questions
Sort by count of
-
156
votes7
answers20768
viewsHow to protect source code?
I am thinking of making an application to sell, I would like to know how to protect my source code to keep my software safe. I saw the Java bytecodes, stored in the file .class are easily converted…
-
10
votes2
answers973
viewsEnable Proguard on Android app
I did an example project, using SQLCipher, and I’m trying to obfuscate the code with the Proguard, however, after exporting and signing the application, and converting the.Dex classes with the…
-
5
votes1
answer2273
viewsObfuscate CSS and Javascript for free
Good afternoon guys, I am developing a page and would like to obfuscate the CSS and Javascript(Angularjs), I did a quick search on the internet and saw some paid tools, and some Free tools made the…
-
3
votes1
answer240
viewsObfuscation of code in IOS project
Someone knows, indicates some tool similar to Proguard on Android only for IOS, to obfuscate code in class IOS?
-
2
votes2
answers891
viewsObfuscating Java code with Proguard
Problem: I’m getting warnings of Proguard and with it I can’t outshine my .jar, this is the first time I’ve received these warnings and with that I can’t finish the obfuscation. Image with details…
-
0
votes1
answer373
viewsUngroup code in one line
You guys, does anyone know how to break codes that’s on one line? Why to leave in a line is easy, there are some software that offers it, but think only hammering kkkk.
-
-1
votes1
answer258
viewsObfuscating a string in the source code
I need to hide a string in the source code of my program. Searching I found a programmer who hid the phrase "Hello World!" through a chain of if and loops tying everything to a array numerical. The…