This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
//
// RobloxJailbreakDetector.h
// RobloxMobile
//
// Created by Martin Robaszewski on 7/16/13.
// Copyright (c) 2013 ROBLOX. All rights reserved.
//
#define JAILBREAK_IOS_CYDIA 0x00000001
#define JAILBREAK_IOS_BASH 0x00000002
#define JAILBREAK_IOS_VARLIBAPT 0x00000004
void jbDecodeString(const char * input, char * output);
int jbCheckAll();
int jbCheckCydia();
int jbCheckBash();
int jbCheckVarLibApt();