public class Op02Obf
extends java.lang.Object
Constructor and Description |
---|
Op02Obf() |
Modifier and Type | Method and Description |
---|---|
static boolean |
detectObfuscations(Method method,
ExceptionAggregator exceptions,
java.util.List<Op02WithProcessedDataAndRefs> op2list,
java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset) |
static void |
removeControlFlowExceptions(Method method,
ExceptionAggregator exceptions,
java.util.List<Op02WithProcessedDataAndRefs> op2list,
java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset) |
static void |
removeNumericObf(Method method,
java.util.List<Op02WithProcessedDataAndRefs> op2list) |
public static void removeControlFlowExceptions(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)
public static void removeNumericObf(Method method, java.util.List<Op02WithProcessedDataAndRefs> op2list)
public static boolean detectObfuscations(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)