Namespace GUPS.AntiCheat.Detector.IOS
Classes
IOSJailbreakDetector
Detects whether the running iOS device is jailbroken using native heuristics (URL schemes, suspicious paths,
sandbox violation, optional fork(), DYLD_INSERT_LIBRARIES, and loaded tweak dylibs).
Structs
IOSJailbreakDetectionStatus
Default IIOSJailbreakDetectionStatus implementation carrying the false-positive likelihood, threat rating, detected jailbreak type and a short human readable evidence string.
Interfaces
IIOSJailbreakDetectionStatus
Extends
Enums
EIOSJailbreakType
Kinds of jailbreak evidence that can be reported by IOSJailbreakDetector.