Top "Obfuscation" questions

Obfuscation is the process by which the code is altered so that a developer finds it much harder to understand clearly what the intended program does or how it operates.

How can I obfuscate my c# code, so it can't be deobfuscated so easily?

I release a bunch of tools for free, but recently I have began to sell an application, that has private …

c# security obfuscation protection
Protecting executable from reverse engineering?

I've been contemplating how to protect my C/C++ code from disassembly and reverse engineering. Normally I would never condone …

c++ c obfuscation assembly
Obfuscation in Android Studio

Is there any obfuscation tool to use with Android Studio? IntelliGuard plugin is declared to be supported by the Studio, …

android obfuscation android-studio
How to spamproof a mailto link?

I want visitors to be able to click on (or copy) an email address directly on my webpage. However, if …

html encoding obfuscation spam mailto
How to hide a string in binary code?

Sometimes, it is useful to hide a string from a binary (executable) file. For example, it makes sense to hide …

c++ obfuscation
How does this code generate the map of India?

This code prints the map of India. How does it work? #include <stdio.h> main() { int a,b,…

c obfuscation
Do you obfuscate your commercial Java code?

I wonder if anyone uses commercial/free java obfuscators on his own commercial product. I know only about one project …

java obfuscation
How to prevent decompilation of any C# application

We are planning to develop a client server application using C# and MySQL. We plan to sell the product on …

c# licensing obfuscation decompiling piracy-prevention
Proguard keep class names?

Hello I am writing an Android app and I have set up Proguard to obfuscate my application. I however use …

java android obfuscation proguard
How to use ConfuserEx?

I'd like to have a try on this program but I couldn't figure out how to use it. I've search …

obfuscation