talk114 / obfuscate4e

Automatically exported from code.google.com/p/obfuscate4e
0 stars 0 forks source link

Support for fine-grained obfuscation preferences #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Proguard obfuscator supports many switches to configure the obfuscation
process. Example:

-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable

to produce readable stacktraces. See
http://proguard.sourceforge.net/manual/examples.html#stacktrace

These switches should be configurable via Config dialog (attached to
Manifest editor?)
A Preferences section might provide default values for all plugins.

Original issue reported on code.google.com by schoobidoo on 2 Nov 2009 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by schoobidoo on 2 Nov 2009 at 3:47

GoogleCodeExporter commented 8 years ago

Original comment by schoobidoo on 3 Nov 2009 at 9:32