DyldDetector
public class DyldDetector : JailbreakDetector
DyldDetector is a JailbreakDetector class, and is used as one of default JailbreakDetector’s detectors to determine whether the device is Jailbroken or not
-
Initializes DyldDetector instance
Declaration
Swift
public init() -
Analyzes whether dynamically loaded libraries contain any one of commonly known libraries from Jailbreak process
Declaration
Swift
public func analyze() -> DoubleReturn Value
return 1.0 if any one of commonly known libraries from Jailbreak process was loaded; ohterwise returns 0.0
View on GitHub