本格的なA12-A12Xサポートに向けて開発報告と公式Twitterアカウントの注意について発言されています。
目次
サンドボックスパッチ
FWIW, I have already gotten sandbox patches working without PAC bypass—I now need to find a way to achieve the goal I consider reasonable for code injection without PAC bypass and update my (currently) unreleased substitute-support tooling for it.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
FWIW、私はすでにPACバイパスなしで動作するサンドボックスパッチを取得しました。
今、PACバイパスなしのコードインジェクションにとって妥当と考える目標を達成する方法を見つけ、その(現在の)未リリースのSubstituteサポートツールを更新する必要があります。
A12にRootFSを読み書き可能
Successfully remounted the RootFS as read-write on A12 without PAC bypass!
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
PACバイパスなしでA12にRootFSを読み書き可能として正常に再マウントしました!
RootFSの再マウント
Just verified that my RootFS remount works on A12 devices running iOS 12.4 ;-).
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
RootFSの再マウントがiOS 12.4を実行しているA12デバイスで機能することを確認しました;-) 。
unc0ver v3.5.6
unc0ver v3.5.6 is NOW OUT – Adds support for remounting and restoring the RootFS on A12-A12X devices running iOS 12.1.3-12.4!
Github releases: https://t.co/xwxRUDYbqj
Reddit post: https://t.co/1ukr1nzZD7
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
unc0ver v3.5.6がリリースされました
-iOS 12.1.3-12.4を実行しているA12-A12XデバイスでのRootFSの再マウントと復元のサポートが追加されました!
Github releases: https://github.com/pwn20wndstuff/Undecimus/releases
Reddit post: https://www.reddit.com/r/jailbreak/comments/cuuumr/news_unc0ver_v356_is_now_out_adds_support_for/
コードインジェクション
I have mostly figured out the logic for a reasonable way to get code injection working on A12-A12X without PAC bypass — I will soon try to see what I can do with the implementation.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
私は、PACバイパスなしでA12-A12Xでコードインジェクションを機能させるための合理的な方法のロジックをほとんど把握しました。
–私はすぐに実装で何ができるかを確認しようとします。
FWIW, I have already achieved code injection into user apps on A12 without PAC bypass — Code injection into system processes requires more work and that’s what I am working on as of right now.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
FWIW、私はすでにPACバイパスなしでA12のユーザーアプリへのコードインジェクションを達成しています。
システムプロセスへのコードインジェクションには、より多くの作業が必要です。
Substituteサポートツール
I have just updated my upcoming substitute-support tooling to work without PAC bypass — I now need to update the unrestrict library to work without PAC bypass and make code injection work with system processes on iOS 12.1.3-12.4 with A12-A12X.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 24, 2019
PACバイパスなしで機能するように、今後のSubstituteサポートツールを更新しました。
— PACバイパスなしで機能するように無制限ライブラリを更新し、A12-A12Xを搭載したiOS 12.1.3-12.4のシステムプロセスでコードインジェクションを機能させる必要があります。
PAC-Lessの概念
The concept of PAC-Less is to do everything we used to do by executing kernel functions ourselves with our kernel memory read-write primitive — There is no freedom lost with the end result like some clueless people like to make up for some reason :/.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
PAC-Lessの概念は、カーネルメモリの読み取り/書き込みプリミティブを使用してカーネル関数を実行することにより、従来行っていたすべてのことを行うことです。 :/ 。
システムプロセスへのコードインジェクション
I have almost figured out the implementation of the technique I will be using to achieve code injection into system processes on A12-A12X without PAC bypass — It is amazingly complicated but I am working on it.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
PACバイパスなしでA12-A12Xのシステムプロセスへのコードインジェクションを達成するために使用する技術の実装をほぼ把握しました。
これは驚くほど複雑ですが、取り組んでいます。
Successfully bypassed Physical Map Codesign on A12-A12X without PAC bypass and achieved code injection into system processes — I am currently working on cleaning up my bypass.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
PACバイパスなしでA12-A12Xの物理マップコデザインを正常にバイパスし、システムプロセスへのコードインジェクションを達成
–現在、バイパスのクリーンアップに取り組んでいます。
本格的なA12-A12Xサポートの残り
What’s left for full-fledged A12-A12X support on iOS 12.0-12.4:
– Unrestrict library support
– Cydia installation support— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
iOS 12.0-12.4での本格的なA12-A12Xサポートの残り:
-Unrestrictライブラリサポートの制限なし
-Cydiaインストールサポート
私の実装
My implementation should finally put all devices on the same track and not require extra work to support devices with PAC in the future.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
私の実装では、最終的にすべてのデバイスを同じトラックに配置し、今後PACでデバイスをサポートするために余分な作業を必要としません。
Unrestrictライブラリ
Just updated the Unrestrict library for A12-A12X devices running iOS 12.0-12.4.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
iOS 12.0-12.4を実行しているA12-A12XデバイスのUnrestrictライブラリを更新しました。
新しい実装
I am actively working on figuring out the best way to deliver the new implementation with the jailbreak and adding A12-A12X support for the Cydia/resource installation process—I can ensure you that I want to release it more than you might be wanting to use it…
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
私は、ジェイルブレイクを使用して新しい実装を提供する最適な方法を見つけ出し、Cydia /リソースのインストールプロセスにA12-A12Xサポートを追加することに積極的に取り組んでいます。
公式Twitterアカウント
There’s no official Twitter account for the unc0ver team — If any account claims to be the official Twitter account for the unc0ver team, report them for impersonation and block them.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
unc0verチームの公式Twitterアカウントはありません
— unc0verチームの公式Twitterアカウントであると主張するアカウントがある場合、なりすましを報告し、ブロックしてください。
Cydiaのインストール
I have so far completed about 35% of the work needed for Cydia installation on A12-A12X and I am still actively working on it.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 25, 2019
これまでに、A12-A12XでのCydiaのインストールに必要な作業の約35%を完了し、現在も積極的に取り組んでいます。
Cydiaインストールプロセス
I have just updated the resources required for the Cydia installation process on A12-A12X — I am now working on the actual installation process.
— Pwn20wnd is reviving 0-Days (@Pwn20wnd) August 26, 2019
A12-A12XでのCydiaインストールプロセスに必要なリソースを更新しました
–現在、実際のインストールプロセスに取り組んでいます。