Class Op02Obf
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf.Op02Obf
-
public class Op02Obf extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Op02Obf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
removeControlFlowExceptions
public static void removeControlFlowExceptions(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)
-
removeNumericObf
public static void removeNumericObf(Method method, java.util.List<Op02WithProcessedDataAndRefs> op2list)
-
detectObfuscations
public static boolean detectObfuscations(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)
-
-