Hacking detection codes | Defined message in code | Description |
DETECTED_JAILBROKEN | Jailbroken | Detected Jailbroken environment. |
DETECTED_DRM_DECRYPTED | Executable is not encrypted | App is not encrypted. Which means app is not distributed on Testflight/Appstore. Running local build with iPhone can show this error also. |
DETECTED_DEBUG_ATTACHED | App is debugged | Detected Debugger attached to app. |
DETECTED_HASH_MODIFIED | App integrity corrupted | App is manipulated (hash check) |
DETECTED_HASH_INFO_CORRUPTED | App integrity corrupted | App`s hash is manipulated or invalid status |
DETECTED_EXECUTABLE_CORRUPTED | App executable has corrupted | App`s executable file has been manipulated (hash check) |
DETECTED_CODESIGN_CORRUPTED | App executable has corrupted | Distribution certificate has been manipulated |
DETECTED_CHEAT_TOOL | Cheat tool detected | Cheat tool detected (All cheat tools are currently targeting Jailbreak tools ) |
DETECTED_BLACKLIST_CORRUPTED | Blacklist/Whitelist has corrupted or missing | AppSecurity configuration file has been manipulated. This can happen when the generate_hash script not run with IPA, which means local build with smartphone can show this detection also. |
DETECTED_CERTIFICATE_CHANGED | App has re-signed | App`s Testflight/Apple certificate is invalid. |