8#import <Foundation/Foundation.h>
15@protocol CDDCDataFeederProtocol <NSObject>
23- (BOOL)setApplicationReleaseDate:(
long)applicationReleaseDate error:(NSError **)error;
29- (void)setDeviceRooted:(BOOL)deviceRooted
30DEPRECATED_MSG_ATTRIBUTE("This method has been renamed to -[CDDCDataFeederProtocol setDeviceJailbroken:]");
36- (void)setDeviceJailbroken:(BOOL)deviceJailbroken;
42- (void)setRaspProtected:(BOOL)raspProtected;
48- (void)setUntrustedKeyboard:(BOOL)untrustedKeyboard
49DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
55- (void)setUntrustedScreenReaders:(BOOL)screenReader
56DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
62- (void)setHookingFrameworks:(BOOL)hookingFrameworks;
68- (void)setNativeCodeHooks:(BOOL)nativeCodeHooks
69DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
75- (void)setDebuggerAttached:(BOOL)debuggerAttached;
81- (void)setApplicationRepackaged:(BOOL)applicationRepackaged;
87- (void)setScreenshotDetected:(BOOL)screenshotDetected;
93- (void)setLibraryInjectionDetected:(BOOL)libraryInjectionDetected;
101- (BOOL)setRootingProbability:(
int)rootingProbability error:(NSError **)error
102DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");