Jailbroken iPhone - root privileges

I would like to make an application that will manage some files on jailbroken devices such as SMS, Notes.db, but I have problems accessing such files. I also tried to test my skills, a similar application, for example, your file manager, and I could browse almost the entire file system and access all but some folders in / var / mobile / Library /. I get the list of contents / var / mobile / Library, but I don’t get anything in subdirectories like / var / mobile / Library / Notes /, / var / mobile / Library / SBSettings /, and btw, which is most important in my case: / var / mobile / Library / SMS / or / Notes / does not display anything. Of course, when I view my SSH device with Fugu, I got everything and have access to everything (e.g. chmod ie)

It would be great if you give me some tips or source code on what to do, I believe that root privileges are not only for access to these files, but also for changing their rights and names. I know how to perform such operations, usually using NSFileManager, but not in files from the above directories, for example /.../SMS/.

I have never developed an application that strictly requires a jailbreak device to complete tasks. I think I will need additional libraries? It's true? Can I use Xcode or is there something else to develop such applications.

I would really appreciate it!

+3
source share
1 answer

, Xcode App Store, . , /Applications/ /var/mobile/Applications/. , root setuid

+2

Source: https://habr.com/ru/post/1719217/


All Articles