public class Op02Obf extends Object
Constructor and Description |
---|
Op02Obf() |
Modifier and Type | Method and Description |
---|---|
static boolean |
detectObfuscations(Method method,
ExceptionAggregator exceptions,
List<Op02WithProcessedDataAndRefs> op2list,
SortedMap<Integer,Integer> lutByOffset) |
static void |
removeControlFlowExceptions(Method method,
ExceptionAggregator exceptions,
List<Op02WithProcessedDataAndRefs> op2list,
SortedMap<Integer,Integer> lutByOffset) |
static void |
removeNumericObf(Method method,
List<Op02WithProcessedDataAndRefs> op2list) |
public static void removeControlFlowExceptions(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer,Integer> lutByOffset)
public static void removeNumericObf(Method method, List<Op02WithProcessedDataAndRefs> op2list)
public static boolean detectObfuscations(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer,Integer> lutByOffset)
Copyright © 2011-2021. All Rights Reserved.