Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented more efficient OTA disabler method, bundled SCP, SFTP and OpenSSL binaries, and Xcode 9 compatibility. #489

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ohmza
Copy link

@ohmza ohmza commented Oct 29, 2017

Replaced qwertyoruiop OTA disabler method to the traditional one which was widely used by many previous well-known jailbreak tools such as Absinthe, Corona Injector, Evasi0n, p0sixspwn, Pangu and Taig.

Bundled SCP, SFTP and OpenSSL binaries in order to make dropbearSSH work with WinSCP and Cyberduck.

Replace all system() functions with posix_spawn functions in order to make it compatibles with Xcode 9 and using Cydia AutoInstall's API to install openssl due to the limitation of posix_spawn() function.

…TP binaries

Replaced qwertyoruiop's OTA disabler method to the traditional one which was widely used by many previous well-known jailbreak tools such as Absinthe, Corona Injector, Evasi0n, p0sixspwn, Pangu and Taig.

Bundled SFTP, SCP and OpenSSL binaries in order to make dropbearSSH work with WinSCP and Cyberduck.
This was referenced Oct 29, 2017
Replace all system() functions with posix_spawn() functions in order to make the project compatibility with Xcode 9.
@ohmza ohmza changed the title Implemented more efficient OTA disabler method and bundled SCP, SFTP and OpenSSL binaries. Implemented more efficient OTA disabler method, bundled SCP, SFTP and OpenSSL binaries, and Xcode 9 compatibility. Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant