DyldDetector

@MainActor
public class DyldDetector : TamperDetectorProtocol

DyldDetector is a TamperDetector class, and is used as one of default TamperDetector’s detectors to determine whether the device is Jailbroken or not

  • Declaration

    Swift

    @MainActor
    public init()
  • Analyzes whether dynamically loaded libraries contain any one of commonly known libraries from Jailbreak process

    Declaration

    Swift

    @MainActor
    public func analyze() -> Double

    Return Value

    return 1.0 if any one of commonly known libraries from Jailbreak process was loaded; ohterwise returns 0.0