Package jadx.core.deobf.conditions
Class ExcludePackageWithTLDNames
java.lang.Object
jadx.core.deobf.conditions.AbstractDeobfCondition
jadx.core.deobf.conditions.ExcludePackageWithTLDNames
- All Implemented Interfaces:
IDeobfCondition
Provides a list of all top level domains, so we can exclude them from deobfuscation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classLazy load TLD setNested classes/interfaces inherited from interface jadx.api.deobf.IDeobfCondition
IDeobfCondition.Action -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadx.core.deobf.conditions.AbstractDeobfCondition
check, check, check, init
-
Constructor Details
-
ExcludePackageWithTLDNames
public ExcludePackageWithTLDNames()
-
-
Method Details
-
loadTldSet
-
check
- Specified by:
checkin interfaceIDeobfCondition- Overrides:
checkin classAbstractDeobfCondition
-