Skip to content

abdusselm/iOSjailBreakDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

iOSJailBreakDetection[TR]

Bir iOS uygulamasında, uygulamanın çalıştığı cihazda Jailbreak yapılıp yapılmadığının nasıl tespit edileceğine yönelik örnek bir uygulama.

İlgili kodların hangi mantıkla çalıştığı ve hangi fonksiyonun neyi kontrol ettiğine ilişkin detaylı açıklama aşağıda ki yazımda yer almaktadır.

Bu konuya ilginiz var ise aşağıda ki yazıya bakabilirsiniz.

iOS-Uygulamarında-Jailbreak-Detection

Jailbreak detection için önerdiğiniz bir yöntem var ise PR gönderebilirsiniz.

iOSJailBreakDetection[EN]

A sample application on how to detect whether an iOS application is jailbroken on the device running the application.

Things that are checked in the jailBreakDetection.swift file;

  • suspicious application file paths and suspicious library paths in an iOS operating system
  • whether the sandBox state is valid
  • Dynamic library checks that can be harmful
  • whether the cydia URL opens has been checked. In accordance with these checks, a warning window is displayed to the user accordingly in the AppDelegate.swift file.

If you have a method you recommend for jailbreak detection, you can send PR.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages