public class Obfuscator extends Object
| Constructor and Description |
|---|
Obfuscator(Configuration configuration)
Creates a new Obfuscator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ClassPool programClassPool,
ClassPool libraryClassPool)
Performs obfuscation of the given program class pool.
|
public Obfuscator(Configuration configuration)
public void execute(ClassPool programClassPool, ClassPool libraryClassPool) throws IOException
IOExceptionCopyright © 2019. All rights reserved.