Class Op02Obf
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.Op02Obf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandetectObfuscations(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset) static voidremoveControlFlowExceptions(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset) static voidremoveNumericObf(Method method, List<Op02WithProcessedDataAndRefs> op2list)
-
Constructor Details
-
Op02Obf
public Op02Obf()
-
-
Method Details
-
removeControlFlowExceptions
public static void removeControlFlowExceptions(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset) -
removeNumericObf
-
detectObfuscations
public static boolean detectObfuscations(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset)
-