|
Class Summary |
| MergeInfo |
|
| Method2RMadness |
The main running class of the Method2RMadness app obfuscator. |
| MethodMerger |
Merges all static methods with the same signature into one method.
|
| ParameterReorderer |
Shuffles the argument order of a method.
|
| PrimitivePromoter |
|
| Publicizer |
Makes all fields and methods in an application public.
|
| SignatureBludgeoner |
Bludgeons the signatures of methods so that they take Object[] and return Object
in order to hide the information implicitly encapsulated in methods' argument lists.
|
| StaticSplit |
Splits each nonstatic method of the class into a nonstatic method
with the same name and signature as before, and a static method
that contains the method body of the original method.
|