Welcome, Guest
Username Password: Remember me

Rules

Confusator implements a simple solution to obfuscate your source code. Since the applications made with JAVA, Flash, Javascript, etc, can be easily decompiled, obfuscation becomes a basic protection method to make your source code unreadable.

Confusator is a command-line console application made with Java. To simplify its usage there are 3 ".bat" files which execute a JAR file. You need to have a Java JRE installed and configured on your computer.

Please read this manual before using the program.

Confusator.1.1.zip

Simple workflow:

1. Extract Zip-archive
2. Run "generate.bat" to create folders and files
3. Copy some source files into "source_folder" under Confusator directory.
4. Run "generate.bat" once again to generate words in the "obfuscate_words.txt"
5. Edit and save "obfuscate_words.txt" to remove words (variables, functions, names of flash objects, etc.) that you would not obfuscate.
6. Run "obfuscate.bat"
7. Check the "output_folder" under Confusator directory for the obfuscated source code.

Command line syntax:

java -jar Confusator.jar action=generate

Available action:

generate
regenerate
obfuscate

Technically Confusator is based on JAVA Regex functions and searches the whole words with or without search patterns.

File config.ini contains runtime parameters of Confusator

Go to Category

Time to create page: 0.50 seconds