Skip to content

haya14busa/ios-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bypassing Apple code signature on Jailbreaked iOS5 and maybe iOS6

  • First, you need to add cydia repository
  • And install terminal.app or OpenSSH and Apt7

on iOS

$ sudo apt-get install ldid libgcc
$ sudo apt-get install make python coreutils inetutils git 
$ git clone git@github.com:haya14busa/ios-build
$ sudo mv /usr/bin/gcc /usr/bin/realgcc
$ sudo mv /usr/bin/arch /usr/bin/realarch
$ cd ios-build
$ chmod +x gcc arch
$ sudo cp gcc /usr/bin/
$ sudo cp arch /usr/bin/
$ sudo ln -s /usr/bin/gcc /usr/bin/cc
$ sudo ldid -S /usr/bin/gcc
$ sudo ldid -S /usr/bin/arch

Now you can use ./configure or make so compile anything you want!

Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages