- Follow Obfuscate4e on twitter!
- Obfuscate4e moved to Google Code
- Obfuscate4e Summer of Code
- Obfuscate4e uses Trac for project management
- Obfuscate4e's new home is obfuscate4e.org
- Inspect the obfuscated product
- If you upgraded to Obfuscate4e 0.7.1 and want to use Eclipse 3.5 ...
- Version 0.7.1 released
- If you want to replace the embedded proguard lib ...
- First Obfuscate4e tests on Eclipse 3.5
Exclude a single class
You might want to exclude a certain file from obfuscation. This might be the case if the class is used in an extension of your plugin.
To exclude a class from obfuscation you have to add a statement like
-keep class de.example.plugin.actions.MySpecialAction {
public protected *;
}to the proguard.cfg file. All other classes in the package de.example.plugin.actions are completely obfuscated.
Remark: If you modified the proguard.cfg file manually, then these changes will be lost when re-generating the configuration!

Recent comments
17 weeks 1 day ago
28 weeks 1 day ago
33 weeks 3 days ago
35 weeks 4 days ago
35 weeks 5 days ago
1 year 3 days ago
1 year 9 weeks ago
1 year 29 weeks ago
1 year 28 weeks ago
1 year 28 weeks ago