Uses of Class
org.benf.cfr.reader.entities.exceptions.ExceptionAggregator
-
Packages that use ExceptionAggregator Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf -
-
Uses of ExceptionAggregator in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ExceptionAggregator Modifier and Type Method Description static java.util.List<Op02WithProcessedDataAndRefs>Op02WithProcessedDataAndRefs. insertExceptionBlocks(java.util.List<Op02WithProcessedDataAndRefs> op2list, ExceptionAggregator exceptions, java.util.Map<java.lang.Integer,java.lang.Integer> lutByOffset, ConstantPool cp, long codeLength, Options options) -
Uses of ExceptionAggregator in org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf with parameters of type ExceptionAggregator Modifier and Type Method Description booleanSimpleControlFlowBase. check(ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)static booleanOp02Obf. detectObfuscations(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)voidSimpleControlFlowBase. process(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)static voidOp02Obf. removeControlFlowExceptions(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)
-