Classes
The following classes are available globally.
-
DyldDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class DyldDetector : TamperDetectorProtocol -
RestrictedDirectoriesWritableDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class RestrictedDirectoriesWritableDetector : TamperDetectorProtocol -
SandboxDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class SandboxDetector : TamperDetectorProtocol -
SandboxRestrictedFilesAccessable is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class SandboxRestrictedFilesAccessable : TamperDetectorProtocol -
SuspiciousFilesAccessibleDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class SuspiciousFilesAccessibleDetector : TamperDetectorProtocol -
SuspiciousFilesExistenceDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class SuspiciousFilesExistenceDetector : TamperDetectorProtocol -
SuspiciousObjCClassesDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class SuspiciousObjCClassesDetector : TamperDetectorProtocol -
SymbolicLinkDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class SymbolicLinkDetector : TamperDetectorProtocol -
The main class for detecting tampering on a device. It uses a set of detectors to analyze the device for signs of jailbreaking.
See moreDeclaration
Swift
@MainActor public class TamperDetector -
URLSchemeDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not
See moreDeclaration
Swift
@MainActor public class URLSchemeDetector : TamperDetectorProtocol
View on GitHub
Classes Reference