Uses of Interface
jadx.api.deobf.IDeobfCondition
Packages that use IDeobfCondition
-
Uses of IDeobfCondition in jadx.api.deobf.impl
Fields in jadx.api.deobf.impl with type parameters of type IDeobfConditionModifier and TypeFieldDescriptionprivate final List<IDeobfCondition> CombineDeobfConditions.conditionsMethods in jadx.api.deobf.impl with parameters of type IDeobfConditionModifier and TypeMethodDescriptionstatic IRenameConditionCombineDeobfConditions.combine(IDeobfCondition... conditions) Method parameters in jadx.api.deobf.impl with type arguments of type IDeobfConditionModifier and TypeMethodDescriptionstatic IRenameConditionCombineDeobfConditions.combine(List<IDeobfCondition> conditions) private booleanCombineDeobfConditions.combineFunc(Function<IDeobfCondition, IDeobfCondition.Action> check) Constructor parameters in jadx.api.deobf.impl with type arguments of type IDeobfCondition -
Uses of IDeobfCondition in jadx.core.deobf.conditions
Classes in jadx.core.deobf.conditions that implement IDeobfConditionModifier and TypeClassDescriptionclassclassclassDisable deobfuscation for nodes: - with 'DONT_RENAME' flag - already renamedclassclassclassclassProvides a list of all top level domains, so we can exclude them from deobfuscation.Methods in jadx.core.deobf.conditions that return types with arguments of type IDeobfConditionModifier and TypeMethodDescriptionstatic List<IDeobfCondition> JadxRenameConditions.buildDefaultDeobfConditions()This method provides a mutable list of default deobfuscation conditions used by jadx.